diff --git a/app/main.py b/app/main.py index dd77954..f2a67b1 100644 --- a/app/main.py +++ b/app/main.py @@ -269,7 +269,7 @@ async def handle_widget_post(request: Request): deal_id = 49 logger.info(result) - html_file = NUXT_DIST / f"/deal/index.html" + html_file = NUXT_DIST / "deal/index.html" if html_file.exists(): html_content = html_file.read_text() html_content = html_content.replace("data_deal_id:0", f"data_deal_id:{deal_id}")