Compare commits

...

2 Commits

Author SHA1 Message Date
ROSHAN GARG
cba75d332d small fix : 2024-11-04 10:32:29 +05:30
ROSHAN GARG
5758b4bede small fix : 2024-11-04 10:32:05 +05:30
2 changed files with 2 additions and 1 deletions

View File

@ -15,7 +15,7 @@ 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";

View File

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