next.js/test/e2e/app-dir/app-routes/app/hooks/not-found/edge/route.ts
route.ts8 lines120 B
import { notFound } from 'next/navigation'

export async function GET() {
  notFound()
}

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