This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
andifebri
/
PTB-fe
Obserwuj
1
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Gałąź:
master
Gałęzie
Tagi
master
PTB-fe
/
pages
/
api
/
profile.js
profile.js
91 B
Bezpośredni odnośnik
Historia
Czysty
1
2
3
export default function handler(req, res) {
res.status(200).json({ text: 'Hello' })
}