diff --git a/src/index.js b/src/index.js index 1ea46a1..32935e5 100644 --- a/src/index.js +++ b/src/index.js @@ -17,6 +17,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://api.cnapp.co.in"; axios.defaults.headers = { "Cache-Control": "no-cache,no-store",