This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
tuonq
/
ChatAI
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
0decdb3e43
Rami (Branch)
Tag
master
ChatAI
/
app
/
api
/
hello
/
route.ts
route.ts
89 B
Cronologia
Originale
1
2
3
export async function GET(request: Request) {
return new Response('Hello, Next.js!')
}