|
@@ -77,7 +77,7 @@ public class AppController { |
|
|
return Result.ofSuccess(MachineInfoVo.fromMachineInfoList(list)); |
|
|
return Result.ofSuccess(MachineInfoVo.fromMachineInfoList(list)); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
@GetMapping(value = "/{app}/machine/remove.json") |
|
|
|
|
|
|
|
|
@RequestMapping(value = "/{app}/machine/remove.json") |
|
|
public Result<String> removeMachineById( |
|
|
public Result<String> removeMachineById( |
|
|
@PathVariable("app") String app, |
|
|
@PathVariable("app") String app, |
|
|
@RequestParam(name = "ip") String ip, |
|
|
@RequestParam(name = "ip") String ip, |
|
|