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