patch: set application/json as default content-type
This commit is contained in:
parent
7e9ae69f38
commit
7b6c4f71a2
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ export default () => ({
|
|||
rawParams: "",
|
||||
rawInput: false,
|
||||
requestType: "curl",
|
||||
contentType: "",
|
||||
contentType: "application/json",
|
||||
},
|
||||
gql: {
|
||||
url: "https://rickandmortyapi.com/graphql",
|
||||
|
|
|
|||
Loading…
Reference in a new issue