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