handler: Custom upstream servers

This commit is contained in:
2025-04-26 14:02:14 +08:00
parent e2482fe548
commit 86fa917b6a
5 changed files with 18 additions and 9 deletions
+2 -1
View File
@@ -1,3 +1,4 @@
import handler from "../../common.js";
export default (request) => handler(request);
export default (request) =>
handler(request, Netlify.env.get("DNS"), Netlify.env.get("API"));
export const config = { path: "*" };