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