added API call to CRM when user registers
This commit is contained in:
@@ -32,6 +32,12 @@ const restaurantSchema = mongoose.Schema({
|
||||
alcohol: Boolean,
|
||||
delivery: Boolean,
|
||||
},
|
||||
links: {
|
||||
facebook: String,
|
||||
twitter: String,
|
||||
instagram: String,
|
||||
www: String,
|
||||
},
|
||||
phone: Number,
|
||||
hidden: Boolean,
|
||||
dishes: [mongoose.Types.ObjectId],
|
||||
|
||||
Reference in New Issue
Block a user