mirror of
https://github.com/bknd-io/bknd/
synced 2026-08-02 08:06:00 +00:00
prefixed data entity endpoints with /entity
This commit is contained in:
@@ -132,6 +132,6 @@ export class AuthController extends Controller {
|
||||
return c.json({ strategies, basepath });
|
||||
});
|
||||
|
||||
return hono;
|
||||
return hono.all("*", (c) => c.notFound());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user