Skip to content

Commit

Permalink
fix: reapply #168
Browse files Browse the repository at this point in the history
  • Loading branch information
David Longworth committed Aug 10, 2017
1 parent e5f1e77 commit 8c7bc12
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dadi/lib/api/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,6 @@ Api.prototype.listener = function (req, res) {
// if end of the stack, no middleware could handle the current
// request, so get matching routes from the loaded page components and
// add them to the stack just before the 404 handler, then continue the loop
// 404 handler, then continue the loop

if (
this.stack[stackIdx + 1] &&
Expand Down

0 comments on commit 8c7bc12

Please sign in to comment.