From 07ecbf326cbbbc67b70ebb000ad4db81d67eee41 Mon Sep 17 00:00:00 2001 From: SurendarSuri30 Date: Wed, 16 Jul 2025 17:36:31 +0530 Subject: [PATCH] env --- .env.production | 3 ++- .env.test | 3 ++- .env.uat | 5 +++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.env.production b/.env.production index 2a5e516..9bcc9dc 100755 --- a/.env.production +++ b/.env.production @@ -1,3 +1,4 @@ -API_URL=https://app.nhanceindia.in/zenith/employeeRest/ +API_URL=https://app.nhanceindia.in/enrolment/employeeRest/ +API_URL_POST=https://app.nhanceindia.in/zenith/employeeRest/ BASE_HREF=/hr/ ENV=production \ No newline at end of file diff --git a/.env.test b/.env.test index 2a5e516..9bcc9dc 100755 --- a/.env.test +++ b/.env.test @@ -1,3 +1,4 @@ -API_URL=https://app.nhanceindia.in/zenith/employeeRest/ +API_URL=https://app.nhanceindia.in/enrolment/employeeRest/ +API_URL_POST=https://app.nhanceindia.in/zenith/employeeRest/ BASE_HREF=/hr/ ENV=production \ No newline at end of file diff --git a/.env.uat b/.env.uat index d63a434..9bcc9dc 100755 --- a/.env.uat +++ b/.env.uat @@ -1,3 +1,4 @@ -API_URL=https://app.nhanceindia.in/zenith/employeeRest/ +API_URL=https://app.nhanceindia.in/enrolment/employeeRest/ +API_URL_POST=https://app.nhanceindia.in/zenith/employeeRest/ BASE_HREF=/hr/ -ENV=production +ENV=production \ No newline at end of file