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

export async function GET() {
  notFound()
}
Quest for Codev2.0.0
/
SIGN IN