import { rutt } from "https://deno.land/x/fresh@1.1.1/src/server/deps.ts";
const { defaultOtherHandler } = rutt;
The default other handler for the router. By default it responds with null
body and a status of 404.
Parameters
_req: Request
import { rutt } from "https://deno.land/x/fresh@1.1.1/src/server/deps.ts";
const { defaultOtherHandler } = rutt;
The default other handler for the router. By default it responds with null
body and a status of 404.