Добавлен роутер на скачивание файлов
All checks were successful
Build And Push / publish (push) Successful in 2m44s
All checks were successful
Build And Push / publish (push) Successful in 2m44s
This commit is contained in:
@ -33,3 +33,7 @@ class Notifications(TypedDict):
|
||||
|
||||
class Complaints(BaseModel):
|
||||
complaints: str
|
||||
|
||||
|
||||
class DownloadFile(BaseModel):
|
||||
link: str
|
||||
|
||||
Reference in New Issue
Block a user