diff --git a/store/state.js b/store/state.js index 487623ff..a4f7df54 100644 --- a/store/state.js +++ b/store/state.js @@ -16,5 +16,8 @@ export default () => ({ rawInput: false, requestType: '', contentType: '', + }, + gql: { + url: 'https://rickandmortyapi.com/graphql' } });