This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
登録
サインイン
yazid
/
ptb-fe
ウォッチ
1
スター
0
フォーク
0
ファイル
課題
0
プルリクエスト
0
Wiki
ツリー:
00d926eed9
ブランチ
タグ
develop
master
ptb-fe
/
pages
/
api
/
profile.js
profile.js
91 B
履歴
Raw
1
2
3
export default function handler(req, res) {
res.status(200).json({ text: 'Hello' })
}