next.js/test/integration/i18n-support-base-path/pages/api/hello.js
hello.js4 lines79 B
export default (req, res) => {
  res.json({ hello: true, query: req.query })
}
Quest for Codev2.0.0
/
SIGN IN