orders pagination

This commit is contained in:
joshikannan
2025-07-08 16:36:50 +05:30
parent 453bcb2886
commit 36eaf3d845
4 changed files with 244 additions and 651 deletions

View File

@@ -23,6 +23,7 @@ export const fetchOrderInsight = async () => {
return response.data.details;
};
// ==============================|| fetchDeliverySummary (delivery)||============================== //
export const fetchDeliverySummary = async () => {
const response = await axios.get(`${process.env.REACT_APP_URL}/deliveries/deliverysummary`);