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 = {