next.js/test/e2e/instrumentation-hook/with-node-api/pages/api/index.ts
index.ts4 lines77 B
export default function handler(req, res) {
  res.send('Hello from node!')
}
Quest for Codev2.0.0
/
SIGN IN