From 15a165eecc522f7b94347b262b2eb8a6b22609d2 Mon Sep 17 00:00:00 2001 From: dev-chiefworks Date: Sun, 4 May 2025 09:37:39 -0400 Subject: [PATCH] updated urlsupdate URLS --- .env | 2 +- .env.development | 4 ++-- .env.production | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) 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