Fixed a typo in the a path of an endpoint

Former-commit-id: 781633c416
restapi
Jens Pelzetter 2020-08-05 16:32:50 +02:00
parent 78b5eb4721
commit 2ec5507c1a
1 changed files with 1 additions and 1 deletions

View File

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