Skip to content

Commit

Permalink
reset url
Browse files Browse the repository at this point in the history
  • Loading branch information
scriptonist committed Aug 2, 2019
1 parent 9f84bf1 commit 25849bf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ const cache = new InMemoryCache();
const client = new ApolloClient({
cache,
link: new HttpLink({
// uri: 'https://api.hashnode.com/graphql',
uri: 'http://localhost:4000/graphql',
uri: 'https://api.hashnode.com/graphql',
headers: {
'client-name': 'Hashnode Browser Extension',
'client-version': '0.0.1',
Expand Down

0 comments on commit 25849bf

Please sign in to comment.