next.js/test/e2e/app-dir/app/pages/api/hello.js
hello.js6 lines99 B
export default function api(req) {
  return new Response('hello')
}

export const runtime = 'edge'
Quest for Codev2.0.0
/
SIGN IN