This commit is contained in:
Luke Vella 2015-01-12 12:09:09 +01:00
parent b72dfc474e
commit aff8ee6124
10 changed files with 232 additions and 108 deletions

View file

@ -49,6 +49,7 @@ exports.deleteParticipant = function(req, res, next){
});
}
function handleError(res, err) {
return res.status(500).send(err);
}