diff --git a/src/app/route.ts b/src/app/route.ts index 4050a57..baa9b2b 100644 --- a/src/app/route.ts +++ b/src/app/route.ts @@ -6,7 +6,6 @@ import { isAllowedTarget, } from "@/lib/relay-utils"; -export const runtime = "edge"; async function handler(req: Request): Promise { if (req.method === "OPTIONS") {