Merge branch 'develop' into negue-WIP-Push-notifications

This commit is contained in:
Blade Barringer
2015-05-10 16:27:58 -05:00
3 changed files with 193 additions and 1 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ api.authWithUrl = function(req, res, next) {
if (_.isEmpty(user)) return res.json(401, NO_USER_FOUND);
res.locals.user = user;
next();
})
});
}
api.registerUser = function(req, res, next) {