Update endpoints

This commit is contained in:
marzban-dev
2025-01-13 23:44:37 +03:30
parent 6f39efd21f
commit 601a22ee9e
+2
View File
@@ -1,5 +1,6 @@
export const API_ENDPOINTS = {
account: {
profile : "/accounts/profile",
send_otp: "/accounts/send_otp",
},
product: {
@@ -18,6 +19,7 @@ export const API_ENDPOINTS = {
export const QUERY_KEYS = {
chat: "chat",
product: "product",
account: "account",
};
export const MUTATION_KEYS = {