This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
andifebri
/
PTB-fe
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
01ddf26839
Rami (Branch)
Tag
master
PTB-fe
/
pages
/
api
/
profile.js
profile.js
91 B
Cronologia
Originale
1
2
3
export default function handler(req, res) {
res.status(200).json({ text: 'Hello' })
}