patch: set application/json as default content-type

This commit is contained in:
liyasthomas
2021-06-06 15:52:54 +05:30
parent 7e9ae69f38
commit 7b6c4f71a2

View File

@@ -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",