mirror of
https://git.mirrors.martin98.com/https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-08-13 02:59:01 +08:00
Fix: Routes /api/cors/[...path]
was not configured to run with the Edge Runtime
This commit is contained in:
parent
cc86923fd5
commit
5a7b9abe33
@ -40,4 +40,4 @@ export const POST = handle;
|
|||||||
export const GET = handle;
|
export const GET = handle;
|
||||||
export const OPTIONS = handle;
|
export const OPTIONS = handle;
|
||||||
|
|
||||||
export const runtime = "nodejs";
|
export const runtime = "edge";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user