request method
This commit is contained in:
parent
bc126cdd9c
commit
f6cb984f69
|
@ -37,7 +37,7 @@ async def intgr(request: Request):
|
||||||
return {"status": "success"}
|
return {"status": "success"}
|
||||||
|
|
||||||
|
|
||||||
@app.post("/integration_tg")
|
@app.all("/integration_tg")
|
||||||
async def tg_intgr(request: Request):
|
async def tg_intgr(request: Request):
|
||||||
body = await request.json()
|
body = await request.json()
|
||||||
logger.info(body)
|
logger.info(body)
|
||||||
|
|
Loading…
Reference in New Issue