next.js/test/e2e/app-dir/metadata/app/api/manifest/route.ts
route.ts8 lines164 B
export function GET() {
  return new Response('{ "name": "metadata-app" }', {
    headers: {
      'Content-Type': 'application/json; charset=utf-8',
    },
  })
}
Quest for Codev2.0.0
/
SIGN IN