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

Commit 7ee532e

Browse files
author
Stephen Barlow
authored
Merge pull request #1027 from apollographql/sb/fix-localhost-url
Fix an inconsistent localhost URL
2 parents ac711ae + 0dc7ee6 commit 7ee532e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/tutorial/queries.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ import injectStyles from './styles';
3636
// Initialize ApolloClient
3737
const client: ApolloClient<NormalizedCacheObject> = new ApolloClient({
3838
cache,
39-
uri: 'http://localhost:4000/',
39+
uri: 'http://localhost:4000/graphql',
4040
});
4141

4242
injectStyles();

0 commit comments

Comments
 (0)