Skip to content

Commit

Permalink
include the server
Browse files Browse the repository at this point in the history
  • Loading branch information
101Ben committed Aug 15, 2020
1 parent 3e5b81d commit a708c5b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,11 @@ import { InMemoryCache, NormalizedCacheObject } from "apollo-cache-inmemory";
import { ApolloClient } from "apollo-client";
import { ApolloProvider } from "react-apollo";

// const link = new HttpLink({
// uri: "http://localhost:4000/graphql",
// });
const link = new HttpLink({
uri: "http://localhost:4000/graphql",
uri: "https://gentle-forest-39512.herokuapp.com/graphql",
});
const cache = new InMemoryCache();

Expand Down

0 comments on commit a708c5b

Please sign in to comment.