fix: mongoose connect fix + allpages nav theming
This commit is contained in:
@@ -55,7 +55,7 @@ module.exports = {
|
||||
|
||||
// Connect
|
||||
|
||||
self.onReady = modb.connect(appconfig.db)
|
||||
self.onReady = modb.connect(appconfig.db, { useMongoClient: true })
|
||||
|
||||
return self
|
||||
}
|
||||
|
Reference in New Issue
Block a user