Merge branch 'master' into feature/env-manager

This commit is contained in:
Jacob Anavisca 2020-02-23 22:21:55 -05:00 committed by GitHub
commit c21bbf1022
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,7 @@ export default () => ({
gql: {
url: "https://rickandmortyapi.com/graphql",
headers: [],
variablesJSONString: "",
variablesJSONString: "{}",
query: ""
},
oauth2: {