stephb9959
2023-09-01 09:09:41 -07:00
parent 669f7f3433
commit 38010d4628
14 changed files with 94 additions and 18 deletions

View File

@@ -33,7 +33,7 @@ namespace OpenWifi {
return NotFound();
}
if (!ACLProcessor::Can(UserInfo_.userinfo, UInfo, ACLProcessor::READ)) {
if (!Internal_ && !ACLProcessor::Can(UserInfo_.userinfo, UInfo, ACLProcessor::READ)) {
return UnAuthorized(RESTAPI::Errors::ACCESS_DENIED);
}