Added posts and categories

This commit is contained in:
Johnathon Slightham
2021-05-17 23:54:14 -04:00
parent 3e681bcf9b
commit fb799fa001
9 changed files with 354 additions and 2 deletions

View File

@@ -16,4 +16,4 @@ let Message = new Schema({
collection: 'messages'
});
module.exports = mongoose.model('Message', Message);
module.exports = mongoose.model('Message', Message);