Pārlūkot izejas kodu

Merge pull request #3789 from wyxogo/upstream

Fix: Routes `/api/cors/[...path]` was not configured to run with the …
fred-bf 2 gadi atpakaļ
vecāks
revīzija
04855de495
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      app/api/cors/[...path]/route.ts

+ 1 - 1
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 = "nodejs";
+export const runtime = "edge";