Skip to content

Commit

Permalink
Merge pull request #40 from andela/ch-changing-heroku-url
Browse files Browse the repository at this point in the history
Changing heroku app url
  • Loading branch information
raymond42 committed Mar 17, 2020
2 parents f50ff8c + eb780f4 commit 67d2e8e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/app/common/config/appConfig.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
/* eslint-disable import/prefer-default-export */
export const BACKEND_URL = 'https://codinggeeks-ah-backnd-staging.herokuapp.com/api/v1';
export const BACKEND_URL = 'https://ah-coding-geeks.herokuapp.com/api/v1';
// export const BACKEND_URL = 'http://localhost:4000/api/v1';

0 comments on commit 67d2e8e

Please sign in to comment.