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