update restaurant

This commit is contained in:
2025-11-18 14:37:10 +03:30
parent a53c0a5b13
commit 89b86505ec
2 changed files with 13 additions and 1 deletions
@@ -6,7 +6,7 @@ export class CreateRestaurantDto {
@IsString()
name!: string;
@ApiProperty({ example: 'cafe-zhivan', description: 'شناسه (slug) رستوران، لاتین و بدون فاصله' })
@ApiProperty({ example: 'zhivan', description: 'شناسه (slug) رستوران، لاتین و بدون فاصله' })
@IsString()
slug!: string;