added deboug routes cli action

This commit is contained in:
dswbx
2025-02-18 09:25:34 +01:00
parent bd362607ae
commit e2217c411a
4 changed files with 48 additions and 13 deletions

View File

@@ -63,6 +63,8 @@ export class AppFlows extends Module<typeof flowsConfigSchema> {
});
});
hono.all("*", (c) => c.notFound());
this.ctx.server.route(this.config.basepath, hono);
// register flows