- Routes to populate/depopulate demo event/item data

This commit is contained in:
2019-07-05 04:33:21 -04:00
parent af13551042
commit b363967841
10 changed files with 378 additions and 102 deletions

View File

@@ -81,11 +81,11 @@ const ItemSchema = new mongoose.Schema(
},
start: {
type: Number,
type: Date,
required: true,
},
end: {
type: Number,
type: Date,
required: true,
},
hideBeforeStart: {