fix path users

This commit is contained in:
Alfredo Oliviero 2024-02-07 17:23:45 +01:00
parent 646716a9c2
commit 9a6e4d2ecc
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ public class UsersRest {
private static final org.slf4j.Logger logger = LoggerFactory.getLogger(Users.class);
@GET
@Path("/{get-usernames-by-role}")
@Path("/get-usernames-by-role")
@Produces({ "application/json;charset=UTF-8", "application/vnd.api+json" })
public Response getUsernamesByRole(
@QueryParam("role-name") String roleName) {