all food endponit

This commit is contained in:
2026-06-21 16:54:42 +03:30
parent 449cd89287
commit 73c7e55bf3
9 changed files with 159 additions and 11 deletions
@@ -7,9 +7,6 @@ export class ActiveRestaurantListItemDto {
@ApiProperty({ example: 'کافه ژیوان', description: 'Restaurant name' })
name!: string;
@ApiPropertyOptional({ example: 'بهترین کافه تهران', description: 'SEO title' })
title?: string;
@ApiPropertyOptional({ example: 'تهران، خیابان ولیعصر پلاک ۱۲۳', description: 'Address' })
address?: string;