server 1.0.3
This commit is contained in:
@@ -39,6 +39,8 @@ const dishSchema = mongoose.Schema({
|
||||
ingredients: {
|
||||
type: [String],
|
||||
},
|
||||
glicemicIndex: String,
|
||||
kCal: String,
|
||||
vegan: Boolean,
|
||||
vegetarian: Boolean,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user