mirror of
https://github.com/atlanticbiomedical/website.git
synced 2025-07-01 18:07:27 -04:00
Added pages support
This commit is contained in:
@ -25,7 +25,8 @@ var Post = new Schema({
|
||||
{ type: String }
|
||||
],
|
||||
status: { type: String },
|
||||
tags: [{ type: String }]
|
||||
tags: [{ type: String }],
|
||||
pages: [{ type: String }]
|
||||
});
|
||||
var PostModel = mongoose.model('Post', Post);
|
||||
|
||||
|
Reference in New Issue
Block a user