From cba75d332d36f19f70347394af85c662cb646e60 Mon Sep 17 00:00:00 2001 From: ROSHAN GARG Date: Mon, 4 Nov 2024 10:32:29 +0530 Subject: [PATCH] small fix : --- src/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/index.js b/src/index.js index 8a829f2..0ab534a 100644 --- a/src/index.js +++ b/src/index.js @@ -15,9 +15,9 @@ import { cibGmail } from "@coreui/icons"; import { createRoot } from "react-dom/client"; const setupAxios = () => { - axios.defaults.baseURL = "http://localhost:5000"; + // axios.defaults.baseURL = "http://localhost:5000"; // axios.defaults.baseURL = "https://cheminova-api-2.onrender.com"; - // axios.defaults.baseURL = "https://api.cnapp.co.in"; + axios.defaults.baseURL = "https://api.cnapp.co.in"; axios.defaults.headers = { "Cache-Control": "no-cache,no-store",