Fixed a typo in the a path of an endpoint
parent
102b984b5f
commit
781633c416
|
|
@ -267,7 +267,7 @@ public class CcmApplicationsApi {
|
|||
}
|
||||
|
||||
@GET
|
||||
@Path("/{appIdentifier}")
|
||||
@Path("/{appIdentifier}/domains")
|
||||
@Produces(MediaType.APPLICATION_JSON)
|
||||
@AuthorizationRequired
|
||||
@RequiresPrivilege(CoreConstants.PRIVILEGE_ADMIN)
|
||||
|
|
|
|||
Loading…
Reference in New Issue