next.js/test/e2e/app-dir/metadata/app/api/route.ts
route.ts4 lines67 B
export function GET() {
  return new Response('hello api route')
}
Quest for Codev2.0.0
/
SIGN IN