Validation / File Upload / New Endpoints
This commit is contained in:
@@ -7,6 +7,7 @@ const dishSchema = mongoose.Schema({
|
||||
price: Number,
|
||||
notes: String,
|
||||
imgUrl: String,
|
||||
hidden: Boolean,
|
||||
weight: Number,
|
||||
allergens: {
|
||||
gluten: Boolean,
|
||||
|
||||
Reference in New Issue
Block a user