Skip to content

Commit

Permalink
maint: add local base url
Browse files Browse the repository at this point in the history
  • Loading branch information
duochen13 committed Dec 12, 2021
1 parent 473efe4 commit 2955f95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/constants.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

// const BASE_URL = 'http://localhost:5000';
const BASE_URL = 'https://w4156-alohomora.herokuapp.com';
const BASE_URL = 'http://localhost:5000';
// const BASE_URL = 'https://w4156-alohomora.herokuapp.com';

export { BASE_URL };

0 comments on commit 2955f95

Please sign in to comment.