add profile scope to developer tokens
This commit is contained in:
@@ -53,4 +53,4 @@ function apps(req, res, next) {
|
||||
if (error) return next(new HttpError(500, error));
|
||||
next(new HttpSuccess(200, { apps: result }));
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user