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