Skip to content

Commit 3b2b8f6

Browse files
authored
Update README.md
1 parent 588236a commit 3b2b8f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ graphQLSchema('./petstore.json').then(schema => {
1818
return {
1919
schema,
2020
context: {
21-
GQLProxyBaseUrl: 'http://petstore.swagger.io/v2'
21+
GQLProxyBaseUrl: API_BASE_URL
2222
},
2323
graphiql: true
2424
};

0 commit comments

Comments
 (0)