add iconUrl to manifest
This commit is contained in:
@@ -17,5 +17,5 @@ async function getAppVersion(req, res, next) {
|
||||
const [error, result] = await safe(community.getAppVersion(req.query.url, req.query.version));
|
||||
if (error) return next(BoxError.toHttpError(error));
|
||||
|
||||
next(new HttpSuccess(200, result));
|
||||
next(new HttpSuccess(200, result)); // { manifest, publishState, creationDate, ts }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user