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