KEYCLOAK-5772 Missing produces type on welcome resource post

This commit is contained in:
Stian Thorgersen 2017-11-13 15:49:43 +01:00 committed by Stian Thorgersen
parent d30bf938ee
commit 51c7917853

View file

@ -105,6 +105,7 @@ public class WelcomeResource {
@POST
@Consumes(MediaType.APPLICATION_FORM_URLENCODED)
@Produces(MediaType.TEXT_HTML_UTF_8)
public Response createUser(final MultivaluedMap<String, String> formData) {
checkBootstrap();