diff --git a/store/state.js b/store/state.js index a79b4fce9..18ab66578 100644 --- a/store/state.js +++ b/store/state.js @@ -16,7 +16,7 @@ export default () => ({ rawParams: "", rawInput: false, requestType: "curl", - contentType: "", + contentType: "application/json", }, gql: { url: "https://rickandmortyapi.com/graphql",