Merge branch 'v1' into like-and-restore

This commit is contained in:
firedotguy
2026-02-05 02:50:35 +06:00
committed by GitHub
8 changed files with 102 additions and 36 deletions

View File

@@ -8,7 +8,7 @@ class File(BaseModel):
id: UUID
url: str
filename: str
mime_type: str = Field('image/png', alias='mimeType')
mime_type: str = Field(alias='mimeType')
size: int