From 7dd788f5598e91edc5899e2c06ff8a5b4071cdec Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Sat, 30 Aug 2025 05:07:55 -0400 Subject: [PATCH] WEB CONTENTS --- app/api/services/web_contents.py | 1 + 1 file changed, 1 insertion(+) 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",