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://dotland.deno.dev/x/hono@v3.11.9/hono-base.ts";

Examples

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