This website works better with JavaScript
Acasă
Explorează
Ajutor
Înregistrare
Autentificare
siwei
/
dify
Urmărește
1
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Trageți solicitările
0
Wiki
Arbore:
58db0fac36
Ramuri
Etichete
dev
develop
main
dify
/
web
/
app
/
api
/
hello
/
route.ts
route.ts
90 B
Istoric
Crud
1
2
3
export async function GET(_request: Request) {
return new Response('Hello, Next.js!')
}