diff --git a/routes/storage.js b/routes/storage.js index 088b5822138e707c17e6961baaa074825477f188..d6878e97b54fda515283ed1676efaf5d0ccc7b58 100644 --- a/routes/storage.js +++ b/routes/storage.js @@ -84,6 +84,6 @@ router.post('/', function(req, res, next){ } -} +}); module.exports = router;