Cleaned up some routes

This commit is contained in:
Wyatt Johnson
2017-02-21 15:24:44 -07:00
parent 17813e23a9
commit d7a6bf9e1f
6 changed files with 38 additions and 25 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ router.post('/', (req, res, next) => {
res.status(204).end();
})
.catch((err) => {
return next(err);
next(err);
});
});