fix: 修复jenkins插件中测试人员无法调用
This commit is contained in:
parent
a40a36cfac
commit
63c23e7188
|
@ -51,7 +51,6 @@ public class SystemParameterController {
|
|||
}
|
||||
|
||||
@GetMapping("/base/info")
|
||||
@RequiresRoles(value = {RoleConstants.ADMIN})
|
||||
public BaseSystemConfigDTO getBaseInfo () {
|
||||
return SystemParameterService.getBaseInfo();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue