add published_at to serve index article map
This commit is contained in:
parent
73a97cffd8
commit
bcf5e90857
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue