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

x/hono/hono-base.ts>HonoBase#showRoutes

Fast, Lightweight, Web-standards
Extremely Popular
Go to Latest
method HonoBase.prototype.showRoutes
Deprecated
Deprecated

Use showRoutes() utility methods provided by 'hono/dev' instead of app.showRoutes(). app.showRoutes() will be removed in v4.

import { HonoBase } from "https://deno.land/x/hono@v4.0.0-rc.0/hono-base.ts";

Examples

You could rewrite app.showRoutes() as follows import { showRoutes } from 'hono/dev' showRoutes(app)