mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-08-08 19:26:54 +08:00
Initial commit from Create Next App
This commit is contained in:
3
app/api/hello/route.ts
Normal file
3
app/api/hello/route.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export async function GET(request: Request) {
|
||||
return new Response('Hello, Next.js!')
|
||||
}
|
Reference in New Issue
Block a user