Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-lin committed Dec 11, 2013
1 parent 7675c68 commit 6c4d096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ var Todo = new Schema({

mongoose.model( 'Todo', Todo );

mongoose.connect( 'mongodb://localhost/express-todo' );
mongoose.connect( 'mongodb://localhost/express-todo' );

0 comments on commit 6c4d096

Please sign in to comment.