[IMP] pms-api-rest: fix property, feeds, folio & dashboard services 4 dashboard

This commit is contained in:
miguelpadin
2023-11-07 16:52:41 +00:00
committed by Darío Lodeiros
parent 561f0c4b18
commit 381fa0f555
6 changed files with 101 additions and 14 deletions

View File

@@ -33,7 +33,7 @@ class PmsFeedRss(Component):
description=rss.description,
publishDate=str(rss.publish_date),
author=rss.author if rss.author else "",
imageUrl=rss.image_url if rss.image_url else "",
imageUrl="https://www.roomdoo.com/wp-content/uploads/2021/09/hotel-roomdoo.png"
)
)
return result_rss