next.js/examples/with-nhost-auth-realtime-graphql/pages/api/hello.js
hello.js4 lines92 B
export default function handler(req, res) {
  res.status(200).json({ name: "John Doe" });
}
Quest for Codev2.0.0
/
SIGN IN