Fix broken link.
This commit is contained in:
@@ -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(),
|
||||||
|
|||||||
Reference in New Issue
Block a user