env
This commit is contained in:
parent
f0af5af3e8
commit
67af4504f6
|
@ -34,4 +34,5 @@ async def intgr(request: Request):
|
||||||
f"&fields[POST_MESSAGE]={bx_comment}"
|
f"&fields[POST_MESSAGE]={bx_comment}"
|
||||||
)
|
)
|
||||||
logger.info(f"result {json.loads(bx_res.text)}")
|
logger.info(f"result {json.loads(bx_res.text)}")
|
||||||
|
|
||||||
return {"status": "success"}
|
return {"status": "success"}
|
||||||
|
|
Loading…
Reference in New Issue