mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-16 04:27:21 +00:00
exposed bknd middlewares to be used for custom routes
This commit is contained in:
@@ -292,7 +292,7 @@ export class SystemController extends Controller {
|
||||
return c.json({
|
||||
version: this.app.version(),
|
||||
test: 2,
|
||||
app: c.get("app").version()
|
||||
app: c.get("app")?.version()
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user