♫
📌 canary ▾
next.js
/
test
/
e2e
/
app-dir
/
metadata
/
app
/
api
/
route.ts
route.ts
4 lines
67 B
export
function
GET
() {
return
new
Response
(
'hello api route'
)
}
v2.0.0
/
Go
SIGN IN