Skip to content

Instantly share code, notes, and snippets.

@schatekar
Last active May 27, 2016 09:58
Show Gist options
  • Save schatekar/ce88cb200f1e3ec1fd4dd61fc161d04f to your computer and use it in GitHub Desktop.
Save schatekar/ce88cb200f1e3ec1fd4dd61fc161d04f to your computer and use it in GitHub Desktop.
function modify(req, res, next){
if(res.status == 400){
res.body = "";
}
next();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment