update frontend

This commit is contained in:
Parsa Nazer
2026-05-28 10:32:03 +03:30
parent 481452eea7
commit 35864e61dd
14 changed files with 473 additions and 35 deletions
+2
View File
@@ -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",