mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-09 19:46:37 +08:00
Merge branch 'main' of https://github.com/Yidadaa/ChatGPT-Next-Web
This commit is contained in:
commit
09e2bfd5fb
@ -221,6 +221,9 @@ bash <(curl -s https://raw.githubusercontent.com/Yidadaa/ChatGPT-Next-Web/main/s
|
|||||||
[@chazzhou](https://github.com/chazzhou)
|
[@chazzhou](https://github.com/chazzhou)
|
||||||
[@hauy](https://github.com/hauy)
|
[@hauy](https://github.com/hauy)
|
||||||
[@Corwin006](https://github.com/Corwin006)
|
[@Corwin006](https://github.com/Corwin006)
|
||||||
|
[@yankunsong](https://github.com/yankunsong)
|
||||||
|
[@ypwhs](https://github.com/ypwhs)
|
||||||
|
[@fxxxchao](https://github.com/fxxxchao)
|
||||||
|
|
||||||
### Contributor
|
### Contributor
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@ async function makeRequest(req: NextRequest) {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
status: 500,
|
status: 500,
|
||||||
},
|
}
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -29,3 +29,7 @@ export async function POST(req: NextRequest) {
|
|||||||
export async function GET(req: NextRequest) {
|
export async function GET(req: NextRequest) {
|
||||||
return makeRequest(req);
|
return makeRequest(req);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
export const config = {
|
||||||
|
runtime: "edge",
|
||||||
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user