Remove vomit route.

This commit is contained in:
terakilobyte
2015-04-17 01:48:06 -04:00
parent dbc99eafb6
commit 04d9856d4f

4
app.js
View File

@ -675,10 +675,6 @@ app.get(
}
);
app.get('/induce-vomiting', function(req, res, next) {
next(new Error('vomiting induced'));
});
// put this route last
app.get(
'/:username',