♫
📌 canary ▾
next.js
/
test
/
integration
/
server-side-dev-errors
/
pages
/
api
/
hello.js
hello.js
4 lines
89 B
export
default
function
handler
(req, res)
{
res.
status
(
200
).
json
({ hello:
'world'
})
}
v2.0.0
/
Go
SIGN IN