a warning
This commit is contained in:
parent
27d6aca7e1
commit
0e92ef0100
@ -25,7 +25,7 @@ var config = require('./config/config');
|
|||||||
|
|
||||||
//Bootstrap db connection
|
//Bootstrap db connection
|
||||||
// If mongod is running
|
// If mongod is running
|
||||||
mongoose.connection.on('open', function (ref) {
|
mongoose.connection.on('open', function () {
|
||||||
console.log('Connected to mongo server.');
|
console.log('Connected to mongo server.');
|
||||||
});
|
});
|
||||||
// If mongod is not running
|
// If mongod is not running
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user