Skip to content

Commit

Permalink
fix(server): fixed connect-mongo error
Browse files Browse the repository at this point in the history
closes #85
  • Loading branch information
DaftMonk committed Feb 14, 2014
1 parent 71d63f0 commit c12db5b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/express/config/express.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ module.exports = function(app) {
store: new mongoStore({
url: config.mongo.uri,
collection: 'sessions'
}, function () {
console.log("db connection open");
})
}));

Expand Down

0 comments on commit c12db5b

Please sign in to comment.