patch: set application/json as default content-type
This commit is contained in:
@@ -16,7 +16,7 @@ export default () => ({
|
|||||||
rawParams: "",
|
rawParams: "",
|
||||||
rawInput: false,
|
rawInput: false,
|
||||||
requestType: "curl",
|
requestType: "curl",
|
||||||
contentType: "",
|
contentType: "application/json",
|
||||||
},
|
},
|
||||||
gql: {
|
gql: {
|
||||||
url: "https://rickandmortyapi.com/graphql",
|
url: "https://rickandmortyapi.com/graphql",
|
||||||
|
|||||||
Reference in New Issue
Block a user