fix getServiceEndpoints method

This commit is contained in:
Roberto Cirillo 2023-02-09 11:19:23 +01:00
parent 0764ef3206
commit 476a2f580b
1 changed files with 2 additions and 2 deletions

View File

@ -120,10 +120,10 @@ public class ServiceEndpointResource {
}
return ses;
}else{
log.info("user not enabled to see the resource free to air, sorry");
log.warn("user not enabled to see the resource free to air, sorry");
}
}
return null;
return endpoints;
}
private boolean isRoleEnabled(){