next.js/test/production/options-request/app/app-route/route.ts
route.ts6 lines111 B
export const dynamic = 'force-dynamic'

export async function GET() {
  return Response.json({ foo: 'bar' })
}
Quest for Codev2.0.0
/
SIGN IN