Skip to content

Commit

Permalink
examples: fix route-separation example's dev logger
Browse files Browse the repository at this point in the history
closes #2599
  • Loading branch information
alex-dixon authored and dougwilson committed Mar 20, 2015
1 parent 2f8a69b commit bbcc1e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/route-separation/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ app.set('views', __dirname + '/views');

/* istanbul ignore next */
if (!module.parent) {
app.use(express.logger('dev'));
app.use(logger('dev'));
}

app.use(methodOverride('_method'));
Expand Down

0 comments on commit bbcc1e1

Please sign in to comment.