frontend et backend: Crée une nouvelle fonction

This commit is contained in:
Divlo
2020-04-11 23:29:22 +02:00
parent c157f7e922
commit 42193066a8
8 changed files with 422 additions and 210 deletions

View File

@ -18,6 +18,6 @@ module.exports = (req, _res, next) => {
})
.catch((error) => {
console.log(error);
errorHandling(next, serverError);
return errorHandling(next, serverError);
});
}