next.js/test/integration/custom-routes/pages/api/hello.js
hello.js2 lines66 B
export default async (req, res) => res.json({ query: req.query })
Quest for Codev2.0.0
/
SIGN IN