diff --git a/app/api/services/web_contents.py b/app/api/services/web_contents.py index 2d87211..5ef532e 100644 --- a/app/api/services/web_contents.py +++ b/app/api/services/web_contents.py @@ -14,6 +14,7 @@ class WebContentsService(BaseService): def get_web_contents_data(provision_uid): try: web_contents_data = { + "LAST_UPDATE": "0", "site_title": "my-site-title", "site_description": "This is site description in the header", "site_logo_text": "MY-GOOD-LOGO",