1
0

Video 93: Promise Chaining

This commit is contained in:
JayWll
2020-02-23 15:53:45 -07:00
parent b4f47db7ab
commit 6f0cc2fdaa
3 changed files with 41 additions and 11 deletions

View File

@@ -2,5 +2,6 @@ const mongoose = require('mongoose')
mongoose.connect('mongodb://localhost:27017/task-manager-api', {
useNewUrlParser: true,
useCreateIndex: true
useCreateIndex: true,
useFindAndModify: false
})