Добавлен роутер на скачивание файлов
All checks were successful
Build And Push / publish (push) Successful in 2m44s

This commit is contained in:
2026-04-14 14:54:40 +03:00
parent 416bd576d9
commit ce8b0238ce
7 changed files with 67 additions and 10 deletions

View File

@ -33,3 +33,7 @@ class Notifications(TypedDict):
class Complaints(BaseModel):
complaints: str
class DownloadFile(BaseModel):
link: str