create admin
This commit is contained in:
@@ -21,9 +21,4 @@ export class CreateAdminDto {
|
||||
@IsNotEmpty()
|
||||
@IsString()
|
||||
roleId!: string;
|
||||
|
||||
@ApiProperty({ description: 'Restaurant id' })
|
||||
@IsNotEmpty()
|
||||
@IsString()
|
||||
restId!: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user