next.js/test/integration/server-side-dev-errors/pages/api/hello.js
hello.js4 lines89 B
export default function handler(req, res) {
  res.status(200).json({ hello: 'world' })
}
Quest for Codev2.0.0
/
SIGN IN