Yidadaa 1 рік тому
батько
коміт
59fbadd9eb
1 змінених файлів з 1 додано та 1 видалено
  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 = "edge";
+export const runtime = "nodejs";