♫
📌 canary ▾
next.js
/
test
/
integration
/
i18n-support-base-path
/
pages
/
api
/
hello.js
hello.js
4 lines
79 B
export
default
(req, res)
=>
{
res.
json
({ hello:
true
, query: req.query })
}
v2.0.0
/
Go
SIGN IN