uploader fix

This commit is contained in:
2026-07-06 14:46:48 +03:30
parent 7f9358e637
commit 16f5810cae
4 changed files with 14 additions and 14 deletions
+3 -1
View File
@@ -4,7 +4,9 @@ export class UploadFileResponseDto {
@ApiProperty({ example: 'uploads/2026/07/uuid-photo.jpg' })
key: string;
@ApiProperty({ example: 'https://c274938.parspack.net/uploads/2026/07/uuid-photo.jpg' })
@ApiProperty({
example: 'https://c274938.parspack.net/uploads/2026/07/uuid-photo.jpg',
})
url: string;
@ApiProperty({ example: 'photo.jpg' })