From 752500547f3eba98353c7358b1ff14ccd0c78b58 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Tue, 27 Jun 2023 11:43:55 -0400 Subject: [PATCH] environ fix production --- .env.production | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.production b/.env.production index f537d78..5ea1bc6 100644 --- a/.env.production +++ b/.env.production @@ -1,7 +1,7 @@ ESLINT_NO_DEV_ERRORS=true -REACT_APP_AUX_ENDPOINT="https://apigate.lotus.g1.wrenchboard.com/en/wrench/api/v1" -REACT_APP_USERS_ENDPOINT="https://apigate.lotus.g1.wrenchboard.com/en/wrench/api/v1" +REACT_APP_AUX_ENDPOINT="https://apigate.orion.g1.wrenchboard.com/en/wrench/api/v1" +REACT_APP_USERS_ENDPOINT="https://apigate.orion.g1.wrenchboard.com/en/wrench/api/v1" REACT_APP_SITE_NAME='WrenchBoard' REACT_APP_DASH_URL='https://users.wrenchboard.com'