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 = { export const API_ENDPOINTS = {
account: { account: {
profile : "/accounts/profile",
send_otp: "/accounts/send_otp", send_otp: "/accounts/send_otp",
}, },
product: { product: {
@@ -18,6 +19,7 @@ export const API_ENDPOINTS = {
export const QUERY_KEYS = { export const QUERY_KEYS = {
chat: "chat", chat: "chat",
product: "product", product: "product",
account: "account",
}; };
export const MUTATION_KEYS = { export const MUTATION_KEYS = {