[KEYCLOAK-8849] - Missing @Producer
This commit is contained in:
parent
08e258c0de
commit
277095094c
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue