This website requires JavaScript.
Explore
Help
Register
Sign In
7x31
/
ChatGPT-Next-Web
mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
Watch
1
Star
0
Fork
You've already forked ChatGPT-Next-Web
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
9912762157
ChatGPT-Next-Web
/
app
/
api
/
hello
/
route.ts
4 lines
89 B
TypeScript
Raw
Blame
History
export
async
function
GET
(
request
:
Request
)
{
return
new
Response
(
'Hello, Next.js!'
)
}
Reference in New Issue
View Git Blame
Copy Permalink