diff --git a/app/main.py b/app/main.py index e7c970a..1fe508f 100644 --- a/app/main.py +++ b/app/main.py @@ -113,7 +113,7 @@ async def tg_intgr_get(request: Request): return {"status": "error"} -@app.get("/deal_tab") +@app.post("/deal_tab") async def deal_tab( request: Request, DOMAIN: str | None = None,