Skip to content

Commit b116a18

Browse files
fake commit
1 parent 79df0b0 commit b116a18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ mongoose.connect(url, { useNewUrlParser: true, useUnifiedTopology: true });
2828
var db = mongoose.connection;
2929
db.on('error', console.error.bind(console, 'connection error:'));
3030
db.once('open', function () {
31-
console.log('MONGODB CONNECTED');
31+
console.log('MONGODB CONNECTEDD');
3232
});
3333

3434
app.use(express.static('build'));

0 commit comments

Comments
 (0)