This commit is contained in:
2025-11-15 10:38:22 +03:30
parent 3cbab81e0f
commit 4246a24519
2 changed files with 20 additions and 20 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import { Type } from 'class-transformer';
export class CreateCategoryDto {
@IsString()
@ApiPropertyOptional({ example: 'Beverages' })
@ApiPropertyOptional({ example: 'ایرانی' })
title!: string;
@IsOptional()