feat(blog): enhance blog data handling with normalization and improved image management

This commit is contained in:
hamed
2026-06-19 00:35:11 +03:30
parent 4dca516598
commit e9136ea42b
10 changed files with 77 additions and 71 deletions
+1 -1
View File
@@ -117,7 +117,7 @@ export const request = {
},
}),
getBlogTags: (params) =>
api.get("api/v1/categorys/tag", {
api.get("api/v1/tags", {
params,
headers: {
Authorization: "",