feat: page history - download version

This commit is contained in:
NGPixel
2020-02-24 21:10:43 -05:00
committed by Nicolas Giard
parent 95f01cdeb8
commit 2ac9131244
4 changed files with 89 additions and 27 deletions

View File

@@ -134,6 +134,7 @@ module.exports = class PageHistory extends Model {
}).first()
return {
...version,
updatedAt: version.createdAt,
tags: []
}
}