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