updated the index .js

This commit is contained in:
ROSHAN GARG 2024-09-09 11:23:38 +05:30
parent 74493468e6
commit 9941d699f5

View File

@ -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",