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