|
@@ -40,6 +40,6 @@ public class AdminServer {
|
|
|
.and(route(GET("/service"), serviceRouteHandler::getAllServices))
|
|
.and(route(GET("/service"), serviceRouteHandler::getAllServices))
|
|
|
);
|
|
);
|
|
|
ReactorHttpHandlerAdapter httpHandlerAdapter = new ReactorHttpHandlerAdapter(httpHandler);
|
|
ReactorHttpHandlerAdapter httpHandlerAdapter = new ReactorHttpHandlerAdapter(httpHandler);
|
|
|
- HttpServer.create().host("0.0.0.0").port(6080).handle(httpHandlerAdapter).bindNow();
|
|
|
|
|
|
|
+ HttpServer.create().host("0.0.0.0").port(16000).handle(httpHandlerAdapter).bindNow();
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|