updated the index .js
This commit is contained in:
parent
74493468e6
commit
9941d699f5
@ -17,6 +17,7 @@ import { createRoot } from "react-dom/client";
|
|||||||
const setupAxios = () => {
|
const setupAxios = () => {
|
||||||
// axios.defaults.baseURL = "http://localhost:5000";
|
// 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 = {
|
axios.defaults.headers = {
|
||||||
"Cache-Control": "no-cache,no-store",
|
"Cache-Control": "no-cache,no-store",
|
||||||
|
Loading…
Reference in New Issue
Block a user