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 {
|
return {
|
||||||
id: x.id,
|
id: x.id,
|
||||||
created_at: x.created_at,
|
created_at: x.created_at,
|
||||||
|
published_at: x.published_at,
|
||||||
path: x.path,
|
path: x.path,
|
||||||
description: x.description,
|
description: x.description,
|
||||||
name: x.name,
|
name: x.name,
|
||||||
|
|
Loading…
Reference in a new issue