import { trimTrailingSlash } from "https://dotland.deno.dev/x/hono@v4.2.6/middleware/trailing-slash/index.ts";
Trim the trailing slash from the URL if it does have one. For example, /path/to/page/
will be redirected to /path/to/page
.
x/hono/middleware/trailing-slash/index.ts>trimTrailingSlash
import { trimTrailingSlash } from "https://dotland.deno.dev/x/hono@v4.2.6/middleware/trailing-slash/index.ts";
Trim the trailing slash from the URL if it does have one. For example, /path/to/page/
will be redirected to /path/to/page
.