Updated
This commit is contained in:
@@ -5,6 +5,8 @@ export const API_ENDPOINTS = {
|
|||||||
send_otp: "/accounts/send_otp"
|
send_otp: "/accounts/send_otp"
|
||||||
},
|
},
|
||||||
product: {
|
product: {
|
||||||
|
comments: "/products/comments",
|
||||||
|
create_comment: "/products/comments",
|
||||||
get: "/products"
|
get: "/products"
|
||||||
},
|
},
|
||||||
auth: {
|
auth: {
|
||||||
@@ -24,6 +26,7 @@ export const API_ENDPOINTS = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
export const QUERY_KEYS = {
|
export const QUERY_KEYS = {
|
||||||
|
comments: "comments",
|
||||||
home: "home",
|
home: "home",
|
||||||
chat: "chat",
|
chat: "chat",
|
||||||
product: "product",
|
product: "product",
|
||||||
|
|||||||
Reference in New Issue
Block a user