Update
This commit is contained in:
parent
5a64568824
commit
a748b93133
7 changed files with 81 additions and 27 deletions
|
|
@ -14,5 +14,5 @@ module.exports = mongoose => {
|
|||
return object;
|
||||
});
|
||||
|
||||
return User = mongoose.model("user", schema);
|
||||
return mongoose.model("user", schema);
|
||||
};
|
||||
|
|
|
|||
Reference in a new issue