Skip to content

Commit

Permalink
MOSIP-28559 trying one approach (#1772)
Browse files Browse the repository at this point in the history
Co-authored-by: Sowmya Ujjappa Banakar <[email protected]>
  • Loading branch information
sowmya695 and Sowmya Ujjappa Banakar authored Sep 11, 2023
1 parent 5ac0460 commit fd5cda0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ protected String getPropertyPrefix() {

@Override
public void start() {
router.setRoute(this.postUrl(vertx, MessageBusAddress.SECUREZONE_NOTIFICATION_IN,
router.setRoute(this.postUrl(getVertx(), MessageBusAddress.SECUREZONE_NOTIFICATION_IN,
MessageBusAddress.SECUREZONE_NOTIFICATION_OUT));
this.routes(router);
this.createServer(router.getRouter(), getPort());
Expand Down

0 comments on commit fd5cda0

Please sign in to comment.