feat(blog): enhance blog data handling with normalization and improved image management
This commit is contained in:
@@ -117,7 +117,7 @@ export const request = {
|
||||
},
|
||||
}),
|
||||
getBlogTags: (params) =>
|
||||
api.get("api/v1/categorys/tag", {
|
||||
api.get("api/v1/tags", {
|
||||
params,
|
||||
headers: {
|
||||
Authorization: "",
|
||||
|
||||
Reference in New Issue
Block a user