♫
📌 canary ▾
next.js
/
test
/
integration
/
custom-routes
/
pages
/
api
/
hello.js
hello.js
2 lines
66 B
export
default
async
(req, res)
=>
res
.
json
({
query: req.query
})
v2.0.0
/
Go
SIGN IN