mirror of
https://gitlab.com/little-lines/backend.git
synced 2025-07-07 14:11:04 +00:00
create userHandler
This commit is contained in:
parent
f1f614d4e7
commit
cdd52920dc
4 changed files with 14 additions and 13 deletions
|
@ -13,10 +13,6 @@ const userSchema = new mongoose.Schema({
|
|||
required: true,
|
||||
select : false
|
||||
},
|
||||
imgPath: {
|
||||
type: String,
|
||||
required: true
|
||||
},
|
||||
email: {
|
||||
type: String,
|
||||
required: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue