Add blog endpoints
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
export const API_ENDPOINTS = {
|
||||
home : "/home",
|
||||
home: "/home",
|
||||
blog: {
|
||||
articles: "/blogs/all",
|
||||
article: "/blogs"
|
||||
},
|
||||
account: {
|
||||
profile: "/accounts/profile",
|
||||
send_otp: "/accounts/send_otp"
|
||||
@@ -26,6 +30,8 @@ export const API_ENDPOINTS = {
|
||||
};
|
||||
|
||||
export const QUERY_KEYS = {
|
||||
articles: "articles",
|
||||
article: "article",
|
||||
comments: "comments",
|
||||
home: "home",
|
||||
chat: "chat",
|
||||
|
||||
Reference in New Issue
Block a user