Skip to content

Commit

Permalink
update backend URL from localhost Heroku-staging
Browse files Browse the repository at this point in the history
  • Loading branch information
OvieMudi committed Sep 12, 2019
1 parent d448c22 commit 6dfaf28
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/config/appConfig.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
export default {
BASE_PATH: 'https://ah-dahlia.herokuapp.com',
// BACKEND_PATH: 'https://ah-dahlia-staging.herokuapp.com/api/v1',
BACKEND_PATH: 'http://localhost:3000/api/v1',
BACKEND_PATH: 'https://ah-dahlia-staging.herokuapp.com/api/v1',
};

0 comments on commit 6dfaf28

Please sign in to comment.