diff --git a/api/users.js b/api/users.js index 45d373e..b9e99d8 100755 --- a/api/users.js +++ b/api/users.js @@ -115,6 +115,7 @@ module.exports = function(app) { code: 'B135', data: collection.toJSON() }) + }) .catch(function (error) { res.status(500).json({ error: { @@ -127,7 +128,6 @@ module.exports = function(app) { } }) }); - }); }); app.delete('/users',function(req,res){