next.js/test/e2e/switchable-runtime/pages/api/hello.js
hello.js8 lines121 B
export default (req) => {
  return new Response(`Hello from ${req.url}`)
}

export const config = {
  runtime: 'edge',
}
Quest for Codev2.0.0
/
SIGN IN