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