From a9329eb77228e3b4ee124fe947c37543a09a9338 Mon Sep 17 00:00:00 2001 From: Sibunnayak Date: Mon, 9 Sep 2024 14:38:14 +0530 Subject: [PATCH] add reatail distributoe and PD map with SC --- src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index 32935e5..0ab534a 100644 --- a/src/index.js +++ b/src/index.js @@ -16,7 +16,7 @@ import { createRoot } from "react-dom/client"; const setupAxios = () => { // axios.defaults.baseURL = "http://localhost:5000"; - axios.defaults.baseURL = "https://cheminova-api-2.onrender.com"; + // axios.defaults.baseURL = "https://cheminova-api-2.onrender.com"; axios.defaults.baseURL = "https://api.cnapp.co.in"; axios.defaults.headers = {