method HonoBase.prototype.addRouteimport { HonoBase } from "https://dotland.deno.dev/x/hono@v3.11.12/hono-base.ts"; addRoute(method: string,path: string,handler: H,)Parametersmethod: stringpath: stringhandler: H