From f4c23836752670ba0a51fbf3877bb76cb47a902b Mon Sep 17 00:00:00 2001 From: pawan-dot <71133473+pawan-dot@users.noreply.github.com> Date: Thu, 8 May 2025 16:09:59 +0530 Subject: [PATCH] render --- src/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/index.js b/src/index.js index 32705dd..fb48ceb 100644 --- a/src/index.js +++ b/src/index.js @@ -19,8 +19,8 @@ const setupAxios = () => { //Old render deploy // axios.defaults.baseURL = "https://cheminova-api-2.onrender.com"; //latest render deploy - //axios.defaults.baseURL = "https://cheminova-api1.onrender.com" - axios.defaults.baseURL = "https://api.cnapp.co.in"; + axios.defaults.baseURL = "https://cheminova-api1.onrender.com" + //axios.defaults.baseURL = "https://api.cnapp.co.in"; axios.defaults.headers = { "Cache-Control": "no-cache,no-store",