poetapp / frost-api

Po.et's API Layer
https://api.poetnetwork.net
MIT License
24 stars 5 forks source link

Bug when posting with archiveUrl? #991

Open lautarodragan opened 5 years ago

lautarodragan commented 5 years ago

POST

{
  "name": "ASD",
  "datePublished": "2019-04-25T08:52:37.964Z",
  "dateCreated": "2019-04-25T08:52:37.964Z",
  "author": "Lautaro",
  "tags": "zzz",
  "archiveUrl": "link"
}

GET

[
    {
        "about": [
            ""
        ],
        "hash": "",
        "name": "ASD",
        "datePublished": "2019-04-25T08:52:37.964Z",
        "dateCreated": "2019-04-25T08:52:37.964Z",
        "author": "Lautaro",
        "tags": "zzz",
        "archiveUrl": "link"
    }
]

Empty about? archiveUrl present in generated work?