Changed db name

This commit is contained in:
Selim Mustafaev 2023-10-23 19:06:41 +00:00
parent 5bf08d04d5
commit eb4ca5919e

View File

@ -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) {