This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
登録
サインイン
appsptb
/
ptb-fe
ウォッチ
1
スター
0
フォーク
0
ファイル
課題
3
プルリクエスト
0
Wiki
ツリー:
b2a7058a97
ブランチ
タグ
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' })
}