Address Comments

This commit is contained in:
andre keedy 2016-01-12 09:43:47 -05:00
parent 064c201f17
commit 5cdc5927e0
2 changed files with 2 additions and 4 deletions

View File

@ -406,8 +406,7 @@ module.exports.registerpost = function registerpost(req, res) {
});
});
})
.then(function (whitelist) {
logger.info(whitelist);
.then(function () {
res.setHeader('Content-Type', 'application/json');
var success = {
result: 'success'

View File

@ -7,11 +7,10 @@
"swagger"
],
"license": "MIT",
"private": true,
"dependencies": {
"connect": "^3.2.0",
"swagger-tools": "0.8.*",
"bluebird": ""
"bluebird": "3.1.1"
},
"devDependencies": {
"should": "~7.0.1",