Error and improvements added(fixed).

This commit is contained in:
alfredojl
2020-09-21 14:48:10 -05:00
parent 3b9a9492c2
commit ccbc286369
6 changed files with 30 additions and 27 deletions
-4
View File
@@ -18,8 +18,4 @@ app.put(route, [verifyToken, verifyAdmin], (req, res) => {
return addEquip.put(req, res);
});
app.delete(route, [verifyToken, verifyAdmin], (req, res) => {
return addEquip.delete(req, res);
});
module.exports = app;