added cart routes
This commit is contained in:
@@ -43,8 +43,13 @@ export const API_ENDPOINTS = {
|
|||||||
create_message: "/tickets/message/create",
|
create_message: "/tickets/message/create",
|
||||||
},
|
},
|
||||||
orders: {
|
orders: {
|
||||||
get_all: "/order/list",
|
get_all: "/order/all",
|
||||||
get_cart: "/order/cart",
|
cart: {
|
||||||
|
get_all: "/order/cart",
|
||||||
|
delete_one: "/order/cart/item",
|
||||||
|
delete_all: "/order/cart/all",
|
||||||
|
add_one: "/order/cart/item",
|
||||||
|
},
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -91,8 +96,4 @@ export const NAV_LINKS = [
|
|||||||
title: "ارتباط با ما",
|
title: "ارتباط با ما",
|
||||||
path: "/contact-us",
|
path: "/contact-us",
|
||||||
},
|
},
|
||||||
{
|
|
||||||
title: "امکانات",
|
|
||||||
path: "#",
|
|
||||||
},
|
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user