small fix :
This commit is contained in:
parent
1db9bdeec0
commit
5758b4bede
@ -15,9 +15,9 @@ import { cibGmail } from "@coreui/icons";
|
||||
import { createRoot } from "react-dom/client";
|
||||
|
||||
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://api.cnapp.co.in";
|
||||
// axios.defaults.baseURL = "https://api.cnapp.co.in";
|
||||
|
||||
axios.defaults.headers = {
|
||||
"Cache-Control": "no-cache,no-store",
|
||||
|
@ -97,6 +97,7 @@ const ViewInvoices = () => {
|
||||
{
|
||||
courierName,
|
||||
couriertrackingId,
|
||||
transporterName,
|
||||
},
|
||||
{
|
||||
headers: {
|
||||
|
Loading…
Reference in New Issue
Block a user