This commit is contained in:
Riccardo
2021-01-06 16:00:35 +01:00
parent a4a19482f5
commit 9c0e997f10
15 changed files with 207 additions and 265 deletions

View File

@@ -9,6 +9,10 @@ const AppointmentSchema = new Schema({
type: String,
required: false
},
type: {
type: String,
required: true
},
start: {
type: Date,
required: true