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