Skip to content

Commit

Permalink
MOSIP-28559 trying one approach (mosip#1772)
Browse files Browse the repository at this point in the history
Co-authored-by: Sowmya Ujjappa Banakar <[email protected]>
Signed-off-by: Sowmya Ujjappa Banakar <[email protected]>
  • Loading branch information
2 people authored and Sowmya Ujjappa Banakar committed Feb 8, 2024
1 parent 29f788f commit a0e4abf
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 a0e4abf

Please sign in to comment.