Skip to content

Commit

Permalink
Merge pull request #8 from cleph01/Charles-Montoya
Browse files Browse the repository at this point in the history
re-ran npm install
  • Loading branch information
cleph01 committed May 2, 2020
2 parents dfee979 + 1a2f019 commit b7f33e5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion package.json
Expand Up @@ -2,7 +2,6 @@
"name": "order-online",
"version": "0.1.0",
"private": true,
"homepage": ".",
"dependencies": {
"@apollo/react-hooks": "^3.1.5",
"@material-ui/core": "^4.9.12",
Expand Down
3 changes: 1 addition & 2 deletions src/index.js
Expand Up @@ -27,7 +27,7 @@ import * as serviceWorker from "./serviceWorker";
const store = createStore(reducer, applyMiddleware(logger));

export const client = new ApolloClient({
uri: "https://socialiite-api-staging.herokuapp.com/",
uri: "https://socialiite-api-staging.herokuapp.com/graphql",
request: (operation) => {
const token = "order-online-test-token";
operation.setContext({
Expand All @@ -36,7 +36,6 @@ export const client = new ApolloClient({
},
});
},
playground: true,
});

ReactDOM.render(
Expand Down

0 comments on commit b7f33e5

Please sign in to comment.