cambios para despliegue

This commit is contained in:
2021-06-07 22:20:21 -05:00
parent 1cb5e0463d
commit 6dbb3c80c5
3 changed files with 6 additions and 4 deletions

View File

@@ -19,4 +19,6 @@ UserSchema.methods.matchPassword=async function (password){
const User = mongoose.model('Users',UserSchema);
export default User;
module.exports = User