This website works better with JavaScript
Domů
Procházet
Nápověda
Registrovat se
Přihlásit se
andifebri
/
PTB-fe
Sledovat
1
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Strom:
570a17f3cf
Větve
Značky
master
PTB-fe
/
pages
/
api
/
profile.js
profile.js
91 B
Historie
Surový
1
2
3
export default function handler(req, res) {
res.status(200).json({ text: 'Hello' })
}