Compare commits
No commits in common. "cba75d332d36f19f70347394af85c662cb646e60" and "1db9bdeec0ac7c98e4245b549f3d71255f0995f9" have entirely different histories.
cba75d332d
...
1db9bdeec0
@ -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";
|
// axios.defaults.baseURL = "http://localhost:5000"; ccss
|
||||||
// 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";
|
||||||
|
|
||||||
|
@ -97,7 +97,6 @@ const ViewInvoices = () => {
|
|||||||
{
|
{
|
||||||
courierName,
|
courierName,
|
||||||
couriertrackingId,
|
couriertrackingId,
|
||||||
transporterName,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
headers: {
|
headers: {
|
||||||
|
Loading…
Reference in New Issue
Block a user