Initial commit
This commit is contained in:
3
web/app/api/hello/route.ts
Normal file
3
web/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