import { appendTrailingSlash } from "https://dotland.deno.dev/x/hono@v4.2.8/middleware.ts";
Append a trailing slash to the URL if it doesn't have one. For example, /path/to/page
will be redirected to /path/to/page/
.
import { appendTrailingSlash } from "https://dotland.deno.dev/x/hono@v4.2.8/middleware.ts";
Append a trailing slash to the URL if it doesn't have one. For example, /path/to/page
will be redirected to /path/to/page/
.