♫
📌 canary ▾
next.js
/
test
/
production
/
deterministic-build
/
standard
/
app
/
app-route
/
route.js
route.js
4 lines
68 B
export
function
GET
() {
return
new
Response
(
'app-route (node)'
)
}
v2.0.0
/
Go
SIGN IN