feat: add support plan but not tested

This commit is contained in:
mahyargdz
2025-05-05 14:44:53 +03:30
parent 06272b5afe
commit 61513d5059
21 changed files with 434 additions and 8 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ export class CreateAdsDto {
isActive: boolean;
@IsNotEmpty({ message: AdsMessage.IMAGE_URL_REQUIRED })
@IsUrl({ protocols: ["http", "https"], require_protocol: true }, { message: AdsMessage.IMAGE_SHOULD_BE_URL })
@IsUrl({ protocols: ["https"], require_protocol: true }, { message: AdsMessage.IMAGE_SHOULD_BE_URL })
@ApiProperty({ description: "The URL of the image to be displayed", example: "https://test.com/pic.png" })
imageUrl: string;