import { Router } from "https://deno.land/x/denorest@v4.2/lib/router.ts";
Use the Router class to create modular, mountable route handlers.
Properties
pre: (path: string, r: Router) => unknown
add prefix routes
routes: Routes[]
import { Router } from "https://deno.land/x/denorest@v4.2/lib/router.ts";
Use the Router class to create modular, mountable route handlers.
add prefix routes