We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2028ebb commit 95a378aCopy full SHA for 95a378a
packages/client/src/graphql/client.js
@@ -8,8 +8,7 @@ const cache = new InMemoryCache()
8
const client = new ApolloClient({
9
cache,
10
link: new HttpLink({
11
- // uri: 'https://streams-server.herokuapp.com/graphql',
12
- uri: 'http://localhost:4000/graphql',
+ uri: process.env.SERVER_URL,
13
}),
14
typeDefs,
15
})
0 commit comments