KEYCLOAK-5772 Missing produces type on welcome resource post
This commit is contained in:
parent
d30bf938ee
commit
51c7917853
1 changed files with 1 additions and 0 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in a new issue