From 7b6c4f71a2381838ff399ef2b76361b50173677b Mon Sep 17 00:00:00 2001 From: liyasthomas Date: Sun, 6 Jun 2021 15:52:54 +0530 Subject: [PATCH] patch: set application/json as default content-type --- store/state.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",