Skip to content

Commit

Permalink
Add support for changing the language after selecting it
Browse files Browse the repository at this point in the history
  • Loading branch information
voroncv committed May 5, 2018
1 parent 67bb89b commit 1a57769
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const { enter, leave } = Stage;

// Database config
const mongoose = require('mongoose');
mongoose.connect('mongodb://localhost/members1');
mongoose.connect('');
let db = mongoose.connection;
db.on('error', function() {
console.log('Error connection to MongoDB');
Expand Down

0 comments on commit 1a57769

Please sign in to comment.