add profile scope to developer tokens

This commit is contained in:
Girish Ramakrishnan
2016-04-12 19:08:56 -07:00
parent 79eee94a5e
commit 95de25560b
2 changed files with 2 additions and 2 deletions

View File

@@ -53,4 +53,4 @@ function apps(req, res, next) {
if (error) return next(new HttpError(500, error));
next(new HttpSuccess(200, { apps: result }));
});
}
}