something update

This commit is contained in:
2024-09-14 20:13:15 -04:00
parent cc6529a487
commit abe4b3cfb1
4 changed files with 20 additions and 5 deletions

View File

@@ -13,9 +13,6 @@ const UserSchema = new mongoose.Schema({
firstName: String,
lastName: String,
email: String
}, { timestamps: true });
export default class Users {