url修改

This commit is contained in:
yangsb
2024-04-01 17:19:53 +08:00
parent a3a3fa79c8
commit 64c0043844
@@ -132,7 +132,7 @@ public class MachineTemplateController {
return success(machineTemplateService.authTemplatePage(page));
}
@PostMapping("org-auth-template")
@PostMapping("organ-auth-template")
@Operation(summary = "组织模板授权")
@PreAuthorize("@ss.hasPermission('machine-template::query')")
public CommonResult<Boolean> auth(@RequestBody MachineOrgAuthReq vo) {