♫
📌 canary ▾
next.js
/
test
/
production
/
standalone-mode
/
runtimeServerDeploymentId
/
app
/
app-route
/
route.js
route.js
4 lines
72 B
export
function
GET
() {
return
new
Response
(
'Hello from app-route'
)
}
v2.0.0
/
Go
SIGN IN