create admin

This commit is contained in:
2025-11-22 12:52:28 +03:30
parent 8e63213f1d
commit 7a53f0fa1b
2 changed files with 4 additions and 9 deletions
@@ -21,9 +21,4 @@ export class CreateAdminDto {
@IsNotEmpty()
@IsString()
roleId!: string;
@ApiProperty({ description: 'Restaurant id' })
@IsNotEmpty()
@IsString()
restId!: string;
}