Add permits module
This commit is contained in:
@@ -16,6 +16,7 @@ export const userModel = mongoose.model(
|
||||
},
|
||||
firstName: String,
|
||||
lastName: String,
|
||||
name: String,
|
||||
email: {
|
||||
type: String,
|
||||
unique: true,
|
||||
|
||||
Reference in New Issue
Block a user