Skip to content

Commit

Permalink
deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Reh4m committed Apr 9, 2020
1 parent 548d2f7 commit 97086a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Vue.use(ErrorPage);
Vue.use(VueApollo);

export const defaultClient = new ApolloClient({
uri: 'http://localhost:4000/graphql',
uri: 'https://share-images-reh4m.herokuapp.com/graphql',
// include auth token with request made to backend
fetchOptions: {
credentials: 'include'
Expand Down

1 comment on commit 97086a1

@vercel
Copy link

@vercel vercel bot commented on 97086a1 Apr 9, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.