Skip to content

Commit 907390d

Browse files
authored
Merge pull request #62 from apollographql/mabuyo/fix-router-url
Fix: URI for GraphQL API
2 parents 91a14a9 + eba0ad0 commit 907390d

File tree

1 file changed

+1
-1
lines changed
  • apollo-client/v3/getting-started/src

1 file changed

+1
-1
lines changed

apollo-client/v3/getting-started/src/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { ApolloClient, InMemoryCache, ApolloProvider } from '@apollo/client';
44
import App from './App';
55

66
const client = new ApolloClient({
7-
uri: 'https://flyby-gateway.herokuapp.com/',
7+
uri: 'https://flyby-router-demo.herokuapp.com/',
88
cache: new InMemoryCache(),
99
});
1010

0 commit comments

Comments
 (0)