small fix :

This commit is contained in:
ROSHAN GARG 2024-11-04 10:32:05 +05:30
parent 1db9bdeec0
commit 5758b4bede
2 changed files with 3 additions and 2 deletions

View File

@ -15,9 +15,9 @@ import { cibGmail } from "@coreui/icons";
import { createRoot } from "react-dom/client"; import { createRoot } from "react-dom/client";
const setupAxios = () => { const setupAxios = () => {
// axios.defaults.baseURL = "http://localhost:5000"; ccss 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.baseURL = "https://api.cnapp.co.in";
axios.defaults.headers = { axios.defaults.headers = {
"Cache-Control": "no-cache,no-store", "Cache-Control": "no-cache,no-store",

View File

@ -97,6 +97,7 @@ const ViewInvoices = () => {
{ {
courierName, courierName,
couriertrackingId, couriertrackingId,
transporterName,
}, },
{ {
headers: { headers: {