|
|
@@ -362,7 +362,7 @@ public class CommonController
|
|
|
return AjaxResult.success("成功",iTopSysTenantRegisterService.insertByAddBo(bo) ? 1 : 0);
|
|
|
}
|
|
|
|
|
|
- @ApiOperation("服务restart")
|
|
|
+ @ApiOperation("重启服务restart")
|
|
|
@GetMapping("common/free/webRestart")
|
|
|
public AjaxResult<Void> webRestart(ConfigQueryBo bo) {
|
|
|
webService.restartWebService(bo.getUrl());
|