♫
📌 canary ▾
next.js
/
test
/
development
/
app-dir
/
server-hmr
/
app
/
api
/
hello
/
route.ts
route.ts
4 lines
68 B
export
async
function
GET
() {
return
new
Response
(
'version: 0'
)
}
v2.0.0
/
Go
SIGN IN