Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/fresh/src/server/types.ts>RouterOptions

The next-gen web framework.
Extremely Popular
Go to Latest
interface RouterOptions
import { type RouterOptions } from "https://deno.land/x/fresh@1.4.2/src/server/types.ts";

Properties

optional
trailingSlash: boolean = false

Controls whether Fresh will append a trailing slash to the URL.