Skip to content

Commit

Permalink
fix(authorization): not registering routes
Browse files Browse the repository at this point in the history
  • Loading branch information
kkopanidis committed Jun 13, 2023
1 parent bd65692 commit 686ed43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/authorization/src/router/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ export class AuthorizationRouter {
constructor(readonly server: GrpcServer, private readonly grpcSdk: ConduitGrpcSdk) {
this._routingManager = new RoutingManager(this.grpcSdk.router!, server);
this._permissionsController = PermissionsController.getInstance(this.grpcSdk);
this.registeredRoutes();
}

async registeredRoutes() {
Expand Down

0 comments on commit 686ed43

Please sign in to comment.