We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 91a14a9 + eba0ad0 commit 907390dCopy full SHA for 907390d
apollo-client/v3/getting-started/src/index.js
@@ -4,7 +4,7 @@ import { ApolloClient, InMemoryCache, ApolloProvider } from '@apollo/client';
4
import App from './App';
5
6
const client = new ApolloClient({
7
- uri: 'https://flyby-gateway.herokuapp.com/',
+ uri: 'https://flyby-router-demo.herokuapp.com/',
8
cache: new InMemoryCache(),
9
});
10
0 commit comments