diff --git a/app/api/cors/[...path]/route.ts b/app/api/cors/[...path]/route.ts index 1f70d663..0217b12b 100644 --- a/app/api/cors/[...path]/route.ts +++ b/app/api/cors/[...path]/route.ts @@ -40,4 +40,4 @@ export const POST = handle; export const GET = handle; export const OPTIONS = handle; -export const runtime = "edge"; +export const runtime = "nodejs";