Trial activation, setRestaurantVisibility, Readme update, image upload fix

This commit is contained in:
2020-11-12 16:51:13 +01:00
parent cc72671911
commit 8830303fb4
5 changed files with 87 additions and 8 deletions

View File

@@ -10,6 +10,7 @@ const loadMongoose = async () => {
{
useNewUrlParser: true,
useUnifiedTopology: true,
useFindAndModify: false
},
(err) => {
if (err) console.log("Unable to connect :(");