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 = {