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

@@ -11,6 +11,9 @@ let User = new Schema({
},
password: {
type: String
},
permission: {
type: Number
}
}, {
collection: 'users'