mirror of
https://github.com/LittleChest/Dohna-NS.git
synced 2026-05-06 22:44:50 +08:00
5 lines
172 B
JavaScript
5 lines
172 B
JavaScript
import handler from "../../common.js";
|
|
export default (request) =>
|
|
handler(request, Netlify.env.get("DNS"), Netlify.env.get("API"));
|
|
export const config = { path: "*" };
|