From ae473a0c48f5924d2a77b589af3b2089da159dc9 Mon Sep 17 00:00:00 2001 From: Sibunnayak Date: Wed, 24 Jul 2024 12:59:24 +0530 Subject: [PATCH] categories and gst --- src/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/index.js b/src/index.js index adbdd11..b47a948 100644 --- a/src/index.js +++ b/src/index.js @@ -15,8 +15,8 @@ import { cibGmail } from "@coreui/icons"; 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 = "http://localhost:5000"; + axios.defaults.baseURL = "https://cheminova-api-2.onrender.com"; axios.defaults.headers = { "Cache-Control": "no-cache,no-store",