Skip to content

Commit

Permalink
fix(router): not registering SetConfig rpc (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
kon14 committed Jun 27, 2022
1 parent 2d241fa commit 245554a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/router/src/Router.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ export default class ConduitDefaultRouter extends ManagedModule<Config> {
protoPath: path.resolve(__dirname, 'router.proto'),
protoDescription: 'router.Router',
functions: {
setConfig: this.setConfig.bind(this),
registerConduitRoute: this.registerGrpcRoute.bind(this),
socketPush: this.socketPush.bind(this),
},
Expand Down

0 comments on commit 245554a

Please sign in to comment.