blogs crud
This commit is contained in:
@@ -20,3 +20,8 @@ export const getSellerOrders = async (
|
||||
});
|
||||
return data;
|
||||
};
|
||||
|
||||
export const getOrderDetailUser = async (id: string) => {
|
||||
const { data } = await axios.get(`/order/${id}/user`);
|
||||
return data;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user