Fixed docker env bugs, and issues from PR
This commit is contained in:
@@ -16,6 +16,6 @@ const API_SERVER_BASE = (() => {
|
||||
return process.env.REACT_APP_DEV_URL;
|
||||
})();
|
||||
|
||||
const API_SERVER = API_SERVER_BASE + '/' + API_VERSION;
|
||||
const API_SERVER = API_SERVER_BASE
|
||||
|
||||
export {APPLICAITON_MODE, API_SERVER_BASE, API_SERVER, APPLICATION_NAME}
|
||||
|
||||
Reference in New Issue
Block a user