forked from XiaoMo/ChatGPT-Next-Web
commit
0b36daf6ac
@ -59,6 +59,4 @@ export async function POST(req: NextRequest) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
export const config = {
|
export const runtime = "experimental-edge";
|
||||||
runtime: "edge",
|
|
||||||
};
|
|
||||||
|
@ -30,6 +30,4 @@ export async function GET(req: NextRequest) {
|
|||||||
return makeRequest(req);
|
return makeRequest(req);
|
||||||
}
|
}
|
||||||
|
|
||||||
export const config = {
|
export const runtime = "experimental-edge";
|
||||||
runtime: "edge",
|
|
||||||
};
|
|
||||||
|
Loading…
Reference in New Issue
Block a user