Fix broken link.

This commit is contained in:
Patrick Fic
2019-12-05 19:47:46 -08:00
parent ce4e3be9d5
commit b44714eb59

View File

@@ -15,14 +15,10 @@ import * as serviceWorker from "./serviceWorker";
import "./index.css"; import "./index.css";
import { default as App } from "./App/App.container"; import { default as App } from "./App/App.container";
const token = client.readQuery
const httpLink = createHttpLink({ const httpLink = createHttpLink({
uri: "https://bodyshop-dev-db.herokuapp.com/v1/graphql" uri: "https://bodyshop-dev-db.herokuapp.com/v1/graphql"
}); });
const client = new ApolloClient({ const client = new ApolloClient({
link: httpLink, link: httpLink,
cache: new InMemoryCache(), cache: new InMemoryCache(),