diff --git a/.env b/.env index eed8e9c..1c6d530 100755 --- a/.env +++ b/.env @@ -11,7 +11,7 @@ REACT_APP_APPSITE=" https://myfitapp.mermsemr.com" # REACT_APP_USERS_ENDPOINT="https://devapi.mermsemr.com/en/desktop/api/v2/myfituser" REACT_APP_AUX_ENDPOINT="https://api.myfit.ai/en/desktop/api/v2/myfit" -REACT_APP_USERS_ENDPOINT="https://devapi.myfit.ai/en/desktop/api/v2/myfituser" +REACT_APP_USERS_ENDPOINT="https://api.myfit.ai/en/desktop/api/v2/myfituser" REACT_APP_SESSION_EXPIRE_MINUTES=15 diff --git a/.env.development b/.env.development index 53af7cc..314e0e9 100644 --- a/.env.development +++ b/.env.development @@ -7,8 +7,8 @@ REACT_APP_APPSITE=" https://myfitapp.mermsemr.com" #REACT_APP_APPSITE="http://localhost:7012" -REACT_APP_AUX_ENDPOINT="https://devapi.mermsemr.com/en/desktop/api/v2/myfit" -REACT_APP_USERS_ENDPOINT="https://devapi.mermsemr.com/en/desktop/api/v2/myfituser" +REACT_APP_AUX_ENDPOINT="https://devapi.myfit.ai/en/desktop/api/v2/myfit" +REACT_APP_USERS_ENDPOINT="https://devapi.myfit.ai/en/desktop/api/v2/myfituser" # REACT_APP_PASSWORD_ENDPOINT="https://devapi.mermsemr.com/en/desktop/api/v2/myfituser/resetpass" REACT_APP_SESSION_EXPIRE_MINUTES=15 diff --git a/.env.production b/.env.production index 4c04cb4..2e2545d 100644 --- a/.env.production +++ b/.env.production @@ -6,9 +6,9 @@ REACT_APP_TWITTER="https://twitter.com/fluxtra" REACT_APP_APPSITE=" https://myfitapp.mermsemr.com" #REACT_APP_APPSITE="http://localhost:7012" +REACT_APP_AUX_ENDPOINT="https://api.myfit.ai/en/desktop/api/v2/myfit" +REACT_APP_USERS_ENDPOINT="https://api.myfit.ai/en/desktop/api/v2/myfituser" -REACT_APP_AUX_ENDPOINT="https://api.mermsemr.com/en/desktop/api/v2/myfit" -REACT_APP_USERS_ENDPOINT="https://api.mermsemr.com/en/desktop/api/v2/myfituser" # REACT_APP_PASSWORD_ENDPOINT="https://api.mermsemr.com/en/desktop/api/v2/myfituser/resetpass" REACT_APP_SESSION_EXPIRE_MINUTES=15