[KEYCLOAK-8849] - Missing @Producer

This commit is contained in:
Pedro Igor 2019-01-18 08:43:58 -02:00
parent 08e258c0de
commit 277095094c

View file

@ -41,6 +41,7 @@ public class AlbumService {
@POST
@Consumes("application/json")
@Produces("application/json")
public Response create(Album newAlbum, @QueryParam("user") String invalidUser, @Context HttpHeaders headers) {
printAuthHeaders(headers);