This website works better with JavaScript
Página inicial
Explorar
Ajuda
Registrar
Entrar
andifebri
/
PTB-fe
Observar
1
Favorito
0
Fork
0
Arquivos
Issues
0
Pull Requests
0
Wiki
Tree:
5f173a8dd7
Branches
Tags
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' })
}