Update endpoints
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user