Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Extremely Popular
Go to Latest
variable appendTrailingSlash
import { appendTrailingSlash } from "https://deno.land/x/hono@v4.3.5/middleware/trailing-slash/index.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/.

Examples

app.use(appendTrailingSlash())