mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-05-29 17:10:20 +09:00
fix bug
This commit is contained in:
parent
e9285ebbef
commit
e23d50e862
@ -294,5 +294,4 @@ async function handle(req: NextRequest) {
|
|||||||
export const GET = handle;
|
export const GET = handle;
|
||||||
export const POST = handle;
|
export const POST = handle;
|
||||||
|
|
||||||
export const runtime =
|
export const runtime = "edge";
|
||||||
process.env.DDG_PROXY_URL != undefined ? "nodejs" : "edge";
|
|
||||||
|
Loading…
Reference in New Issue
Block a user