|
|
@@ -70,7 +70,6 @@ public final class HttpVertxServer extends AbstractVerticle {
|
|
|
openAPIRouterBuilder.operation("unitIdSensorsGET").handler(apiHandler::unitIdSensorsGET);
|
|
|
openAPIRouterBuilder.operation("unitIdCampaignsGET").handler(apiHandler::unitIdCampaignsGET);
|
|
|
|
|
|
-
|
|
|
openAPIRouterBuilder.operation("sensorsGET").handler(apiHandler::sensorsGET);
|
|
|
openAPIRouterBuilder.operation("sensorIdGET").handler(apiHandler::sensorIdGET);
|
|
|
openAPIRouterBuilder.operation("sensorIdUnitsGET").handler(apiHandler::sensorIdUnitsGET);
|
|
|
@@ -79,6 +78,8 @@ public final class HttpVertxServer extends AbstractVerticle {
|
|
|
openAPIRouterBuilder.operation("phenomenonIdGET").handler(apiHandler::phenomenonIdGET);
|
|
|
openAPIRouterBuilder.operation("phenomenonIdSensorsGET").handler(apiHandler::phenomenonIdSensorsGET);
|
|
|
|
|
|
+ openAPIRouterBuilder.operation("driversGET").handler(apiHandler::driversGET);
|
|
|
+
|
|
|
Router mainRouter = openAPIRouterBuilder.createRouter();
|
|
|
// mainRouter.route().handler(LoggerHandler.create());
|
|
|
// mainRouter.route().handler(rc -> logger.info("HTTP Request '{}'.", rc.request().absoluteURI()));
|