mirror of
https://github.com/ChatGPTNextWeb/NextChat.git
synced 2026-02-08 09:12:15 +08:00
4 lines
89 B
TypeScript
4 lines
89 B
TypeScript
export async function GET(request: Request) {
|
|
return new Response('Hello, Next.js!')
|
|
}
|