Fix broken link.
This commit is contained in:
@@ -15,14 +15,10 @@ import * as serviceWorker from "./serviceWorker";
|
||||
import "./index.css";
|
||||
import { default as App } from "./App/App.container";
|
||||
|
||||
const token = client.readQuery
|
||||
|
||||
const httpLink = createHttpLink({
|
||||
uri: "https://bodyshop-dev-db.herokuapp.com/v1/graphql"
|
||||
});
|
||||
|
||||
|
||||
|
||||
const client = new ApolloClient({
|
||||
link: httpLink,
|
||||
cache: new InMemoryCache(),
|
||||
|
||||
Reference in New Issue
Block a user