mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-16 20:37:21 +00:00
added deboug routes cli action
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user