Skip to content
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1027 from apollographql/sb/fix-localhost-url
Browse files Browse the repository at this point in the history
Fix an inconsistent localhost URL
  • Loading branch information
Stephen Barlow authored Oct 22, 2020
2 parents ac711ae + 0dc7ee6 commit 7ee532e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/tutorial/queries.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ import injectStyles from './styles';
// Initialize ApolloClient
const client: ApolloClient<NormalizedCacheObject> = new ApolloClient({
cache,
uri: 'http://localhost:4000/',
uri: 'http://localhost:4000/graphql',
});

injectStyles();
Expand Down

0 comments on commit 7ee532e

Please sign in to comment.