bx-2052-deal-tab #2

Merged
ksenia_mikhailova merged 25 commits from bx-2052-deal-tab into main 2024-11-19 13:59:00 +03:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit ae8356c6e2 - Show all commits

View File

@ -113,7 +113,7 @@ async def tg_intgr_get(request: Request):
return {"status": "error"} return {"status": "error"}
@app.get("/deal_tab") @app.post("/deal_tab")
async def deal_tab( async def deal_tab(
request: Request, request: Request,
DOMAIN: str | None = None, DOMAIN: str | None = None,