added cart routes
This commit is contained in:
@@ -43,8 +43,13 @@ export const API_ENDPOINTS = {
|
||||
create_message: "/tickets/message/create",
|
||||
},
|
||||
orders: {
|
||||
get_all: "/order/list",
|
||||
get_cart: "/order/cart",
|
||||
get_all: "/order/all",
|
||||
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: "ارتباط با ما",
|
||||
path: "/contact-us",
|
||||
},
|
||||
{
|
||||
title: "امکانات",
|
||||
path: "#",
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user