This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
サインイン
tuonq
/
ChatAI
ウォッチ
1
スター
0
フォーク
0
ファイル
課題
0
プルリクエスト
0
Wiki
ツリー:
0decdb3e43
ブランチ
タグ
master
ChatAI
/
app
/
api
/
hello
/
route.ts
route.ts
89 B
履歴
Raw
1
2
3
export async function GET(request: Request) {
return new Response('Hello, Next.js!')
}