This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
tuonq
/
ChatAI
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
0decdb3e43
Ramos
Etiquetas
master
ChatAI
/
app
/
api
/
hello
/
route.ts
route.ts
89 B
Histórico
Em bruto
1
2
3
export async function GET(request: Request) {
return new Response('Hello, Next.js!')
}