From 601a22ee9e8264b79b6056903a665b981c842cb0 Mon Sep 17 00:00:00 2001 From: marzban-dev Date: Mon, 13 Jan 2025 23:44:37 +0330 Subject: [PATCH] Update endpoints --- frontend/constants/index.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/constants/index.ts b/frontend/constants/index.ts index e359fb7..f7bb85e 100644 --- a/frontend/constants/index.ts +++ b/frontend/constants/index.ts @@ -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 = {