Merge pull request #866 from nikclayton/patch-1
fix: Remove charset from application/json content type
This commit is contained in:
commit
1d25494274
|
@ -20,7 +20,7 @@ public class JsonObjectRequestBody extends RequestBody{
|
|||
|
||||
@Override
|
||||
public MediaType contentType(){
|
||||
return MediaType.get("application/json;charset=utf-8");
|
||||
return MediaType.get("application/json");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue