mirror of
https://github.com/bknd-io/bknd/
synced 2026-08-02 16:16:02 +00:00
feat: improved abilities of plugins, moved schema fns to ctx
This commit is contained in:
@@ -225,7 +225,7 @@ export class DataController extends Controller {
|
||||
},
|
||||
);
|
||||
|
||||
return hono.all("*", (c) => c.notFound());
|
||||
return hono;
|
||||
}
|
||||
|
||||
private getEntityRoutes() {
|
||||
|
||||
Reference in New Issue
Block a user