This website works better with JavaScript
Startseite
Erkunden
Hilfe
Registrieren
Anmelden
appsptb
/
ptb-fe
Beobachten
1
Favorit hinzufügen
0
Fork
0
Dateien
Issues
3
Pull-Requests
0
Wiki
Branch:
master
Branches
Tags
master
ptb-fe
/
pages
/
api
/
profile.js
profile.js
91 B
Permalink
Verlauf
Originalformat
1
2
3
export default function handler(req, res) {
res.status(200).json({ text: 'Hello' })
}