This website works better with JavaScript
Inicio
Explorar
Axuda
Rexistro
Iniciar sesión
andifebri
/
PTB-fe
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Árbore:
570a17f3cf
Ramas
Etiquetas
master
PTB-fe
/
pages
/
api
/
profile.js
profile.js
91 B
Histórico
Raw
1
2
3
export default function handler(req, res) {
res.status(200).json({ text: 'Hello' })
}