Add products url

This commit is contained in:
marzban-dev
2025-01-13 21:12:58 +03:30
parent 85244e29f4
commit 6b2b93e71a
+4
View File
@@ -2,6 +2,9 @@ export const API_ENDPOINTS = {
account: {
send_otp: "/accounts/send_otp",
},
product: {
get : "/products",
},
auth: {
signin: "/token",
logout: "/accounts/logout",
@@ -14,6 +17,7 @@ export const API_ENDPOINTS = {
export const QUERY_KEYS = {
chat: "chat",
product: "product",
};
export const MUTATION_KEYS = {