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