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