Return version numbers of updates
This commit is contained in:
@@ -42,6 +42,7 @@ module.exports = HttpController =
|
||||
formattedUpdates = for update in updates
|
||||
{
|
||||
meta: update.meta
|
||||
v: update.v
|
||||
}
|
||||
res.send JSON.stringify updates: formattedUpdates
|
||||
|
||||
|
||||
Reference in New Issue
Block a user