added API call to CRM when user registers
This commit is contained in:
@@ -35,6 +35,9 @@ const dishSchema = mongoose.Schema({
|
||||
peanuts: Boolean,
|
||||
sesame: Boolean,
|
||||
},
|
||||
ingredients: {
|
||||
type: Array,
|
||||
},
|
||||
vegan: Boolean,
|
||||
vegetarian: Boolean,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user