next.js/test/development/app-dir/server-navigation-error/app/route/not-found/route.ts
route.ts6 lines92 B
import { notFound } from 'next/navigation'

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