From 67af4504f6e51340fe47d01260cd28277149f612 Mon Sep 17 00:00:00 2001 From: aarizona Date: Thu, 2 May 2024 13:10:02 +0300 Subject: [PATCH] env --- app/main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app/main.py b/app/main.py index 7a0270a..51c5c1c 100644 --- a/app/main.py +++ b/app/main.py @@ -34,4 +34,5 @@ async def intgr(request: Request): f"&fields[POST_MESSAGE]={bx_comment}" ) logger.info(f"result {json.loads(bx_res.text)}") + return {"status": "success"}