Fixes and upgrades (logging in / CORS headers expose / registering)
This commit is contained in:
@@ -40,6 +40,9 @@ const restaurantSchema = mongoose.Schema({
|
||||
},
|
||||
phone: Number,
|
||||
hidden: Boolean,
|
||||
subscriptionActive: Boolean,
|
||||
subscriptionStarted: String,
|
||||
subscriptionDue: String,
|
||||
dishes: [mongoose.Types.ObjectId],
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user