diff --git a/frontend/constants/index.ts b/frontend/constants/index.ts index b206d3e..b6186a1 100644 --- a/frontend/constants/index.ts +++ b/frontend/constants/index.ts @@ -44,6 +44,7 @@ export const API_ENDPOINTS = { }, orders: { get_all: "/order/list", + get_cart: "/order/cart", }, }; @@ -61,6 +62,7 @@ export const QUERY_KEYS = { tickets: "tickets", ticket: "ticket", orders: "orders", + cart: "cart", }; export const MUTATION_KEYS = {