uploader fix
This commit is contained in:
@@ -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' })
|
||||
|
||||
Reference in New Issue
Block a user