v1.18.x
barisusakli 9 years ago
parent 7f041a756d
commit cb6db3625c

@ -222,7 +222,7 @@ apiController.getObject = function(req, res, next) {
apiController.getCurrentUser = function(req, res, next) {
if (!req.uid) {
return helpers.notAllowed(req, res);
return res.status(401).json('not-authorized');
}
async.waterfall([
function(next) {

Loading…
Cancel
Save