This commit is contained in:
2026-05-01 19:11:08 +03:00
parent c801783779
commit f39d9ff11e
2 changed files with 7 additions and 4 deletions

View File

@@ -418,7 +418,7 @@ public class MainVerticle extends AbstractVerticle {
.onFailure(err -> rc.response().setStatusCode(500).end(err.getMessage()));
});
new IikoHandler(vertx, router, db, restaurantService);
new IikoHandler(vertx, router, db, restaurantService, authHandler);
return router;
}