modified: src/mongodb.ts
This commit is contained in:
parent
40e57b5063
commit
12b479a103
@ -23,7 +23,7 @@ const LoginSchema = new mongoose.Schema({
|
|||||||
},
|
},
|
||||||
password:{
|
password:{
|
||||||
type:String,
|
type:String,
|
||||||
required:true,
|
required:true
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user