Skip to content

Commit

Permalink
add WebappResource to the management endpoint #10135
Browse files Browse the repository at this point in the history
  • Loading branch information
vbradnitski committed May 4, 2023
1 parent 1adf503 commit 6f48e84
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
import com.enonic.xp.resource.ResourceService;
import com.enonic.xp.security.RoleKeys;

@Path("/content/projects")
@Path("/content/webapps")
@Produces(MediaType.APPLICATION_JSON)
@RolesAllowed(RoleKeys.ADMIN_ID)
@Component(immediate = true, property = "group=api")
Expand Down

0 comments on commit 6f48e84

Please sign in to comment.