Skip to content
This repository has been archived by the owner on Dec 21, 2020. It is now read-only.

Commit

Permalink
added else when on machine
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthD committed Jan 9, 2015
1 parent 4a6dcf0 commit 0fcbb0a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions middlewares/reverseproxy.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,9 @@ module.exports = function() {
}

}

next();
else {
next();
}


};
Expand Down

0 comments on commit 0fcbb0a

Please sign in to comment.