Skip to content

Commit

Permalink
- Deployment added onStart
Browse files Browse the repository at this point in the history
  • Loading branch information
Areeb-Gillani committed Aug 6, 2024
1 parent 2a507fc commit 7e52292
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ public void start() throws Exception {
vertx = Vertx.vertx();
router = Router.router(vertx);
loadConfig(null);
deploy();
}

public void init(Vertx vertx, Router router, String configPath) throws InterruptedException {
Expand Down

0 comments on commit 7e52292

Please sign in to comment.