forked from UKSOURCE/cms.hailearning.edu.vn
refactor: enhance admin dashboard and layout with blog management links
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user