server v1.0.2

This commit is contained in:
2020-09-18 18:58:55 +02:00
parent fa0b7e6503
commit 36dd3d8238
3 changed files with 4 additions and 1 deletions

View File

@@ -28,6 +28,7 @@ const restaurantSchema = mongoose.Schema({
required: true,
},
},
placesId: String,
imgUrl: {
type: String,
},