add published_at to serve index article map

master
Jonatan Nilsson 2019-10-02 01:50:31 +00:00
parent 73a97cffd8
commit bcf5e90857
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ function mapArticle(x) {
return {
id: x.id,
created_at: x.created_at,
published_at: x.published_at,
path: x.path,
description: x.description,
name: x.name,