refactor: enhance admin dashboard and layout with blog management links

This commit is contained in:
Wini_Fy
2026-02-04 16:03:28 +07:00
parent 3e1e6d0a87
commit 01d315afb8
7 changed files with 34 additions and 7 deletions

View File

@@ -30,7 +30,6 @@ const blogCategorySchema = new mongoose.Schema({
});
// Indexes
blogCategorySchema.index({ slug: 1 });
blogCategorySchema.index({ isActive: 1, name: 1 });
// Remove __v from JSON output