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