|
@@ -32,7 +32,7 @@ public class ServerController {
|
|
|
|
|
|
|
|
@GetMapping("/list")
|
|
@GetMapping("/list")
|
|
|
public AjaxResult serverList() {
|
|
public AjaxResult serverList() {
|
|
|
- return AjaxResult.success(serverMonitorService.getServerMonitorData(Lists.newArrayList("http://localhost:18099")));
|
|
|
|
|
|
|
+ return AjaxResult.success(serverMonitorService.getServerMonitorData(Lists.newArrayList("http://172.16.196.174:18099")));
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|