Skip to content

Commit

Permalink
Merge pull request #24 from earl/patch-1
Browse files Browse the repository at this point in the history
Fix chaining in route middleware
  • Loading branch information
hns committed Jan 6, 2012
2 parents c9ed171 + 8b7f5be commit f2f17c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/middleware/route.js
Expand Up @@ -217,6 +217,6 @@ exports.middleware = function route(next, app) {
}
}

return next(app);
return next(req);
};
};

0 comments on commit f2f17c7

Please sign in to comment.