next.js/examples/with-docker-multi-env/pages/api/hello.js
hello.js6 lines169 B
// Next.js API route support: https://nextjs.org/docs/api-routes/introduction

export default function hello(req, res) {
  res.status(200).json({ name: "John Doe" });
}
Quest for Codev2.0.0
/
SIGN IN