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";