This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
ignatz
/
dify-forked
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Árbore:
bcbdbed352
Ramas
Etiquetas
merge_test
test
dify-forked
/
web
/
app
/
api
/
hello
/
route.ts
route.ts
90 B
Histórico
Raw
1
2
3
export async function GET(_request: Request) {
return new Response('Hello, Next.js!')
}