Fixed a typo in the a path of an endpoint

Jens Pelzetter 2020-08-05 16:32:50 +02:00
parent 102b984b5f
commit 781633c416
1 changed files with 1 additions and 1 deletions

View File

@ -267,7 +267,7 @@ public class CcmApplicationsApi {
}
@GET
@Path("/{appIdentifier}")
@Path("/{appIdentifier}/domains")
@Produces(MediaType.APPLICATION_JSON)
@AuthorizationRequired
@RequiresPrivilege(CoreConstants.PRIVILEGE_ADMIN)