Skip to content

Commit

Permalink
revert back default web server endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
user committed Mar 31, 2021
1 parent 50e5c9b commit 579f72d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const PRODUCTION_ENDPOINT =

const DEVELOPMENT_ENDPOINT =
process.env.REACT_APP_DEVELOPMENT_ENDPOINT ||
'https://api.hollaex.com';
'https://api.sandbox.hollaex.com';

const PRODUCTION_NETWORK_ENDPOINT =
process.env.REACT_APP_SERVER_NETWORK_ENDPOINT ||
Expand Down

0 comments on commit 579f72d

Please sign in to comment.