This commit is contained in:
marzban-dev
2025-01-30 01:09:13 +03:30
parent 3c83e057d5
commit 4d96254a37
+3
View File
@@ -5,6 +5,8 @@ export const API_ENDPOINTS = {
send_otp: "/accounts/send_otp"
},
product: {
comments: "/products/comments",
create_comment: "/products/comments",
get: "/products"
},
auth: {
@@ -24,6 +26,7 @@ export const API_ENDPOINTS = {
};
export const QUERY_KEYS = {
comments: "comments",
home: "home",
chat: "chat",
product: "product",