update frontend
This commit is contained in:
@@ -56,6 +56,7 @@ export const API_ENDPOINTS = {
|
||||
},
|
||||
orders: {
|
||||
get_all: "/order/all",
|
||||
get_one: "/order",
|
||||
cart: {
|
||||
download_invoice: "/order/invoice",
|
||||
get_all: "/order/cart",
|
||||
@@ -94,6 +95,7 @@ export const QUERY_KEYS = {
|
||||
tickets: "tickets",
|
||||
ticket: "ticket",
|
||||
orders: "orders",
|
||||
order: "order",
|
||||
cart: "cart",
|
||||
transaction: "transaction",
|
||||
notifications: "notifications",
|
||||
|
||||
Reference in New Issue
Block a user