remove form url encoded from baseresource

This commit is contained in:
Benjamin Gamard 2021-08-20 10:45:08 +02:00 committed by GitHub
parent 4ae8475f5e
commit f20a562439
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,6 @@ import java.util.Set;
* *
* @author jtremeaux * @author jtremeaux
*/ */
@Consumes(MediaType.APPLICATION_FORM_URLENCODED)
public abstract class BaseResource { public abstract class BaseResource {
/** /**
* @apiDefine admin Admin * @apiDefine admin Admin