♫
📌 canary ▾
next.js
/
examples
/
with-nhost-auth-realtime-graphql
/
pages
/
api
/
hello.js
hello.js
4 lines
92 B
export
default
function
handler
(req, res)
{
res.
status
(
200
).
json
({ name:
"John Doe"
});
}
v2.0.0
/
Go
SIGN IN