This website works better with JavaScript
Página Principal
Explorar
Ajuda
Registe-se
Iniciar Sessão
andifebri
/
PTB-fe
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
de1ce2c913
Ramos
Etiquetas
master
PTB-fe
/
pages
/
api
/
profile.js
profile.js
91 B
Histórico
Em bruto
1
2
3
export default function handler(req, res) {
res.status(200).json({ text: 'Hello' })
}