mirror of
https://github.com/Yanyutin753/ChatGPT-Next-Web-LangChain-Gpt-4-All.git
synced 2025-10-18 09:04:05 +00:00
4 lines
89 B
TypeScript
4 lines
89 B
TypeScript
export async function GET(request: Request) {
|
|
return new Response('Hello, Next.js!')
|
|
}
|