Changed db name
This commit is contained in:
parent
5bf08d04d5
commit
eb4ca5919e
@ -14,7 +14,7 @@ module.exports = function (uri) {
|
|||||||
|
|
||||||
connection
|
connection
|
||||||
.then(function (client) {
|
.then(function (client) {
|
||||||
req['db'] = client.db('autocatdev');
|
req['db'] = client.db('autocat');
|
||||||
next();
|
next();
|
||||||
})
|
})
|
||||||
.catch(function (err) {
|
.catch(function (err) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user