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"}