change entity names
This commit is contained in:
@@ -16,6 +16,6 @@ export class VerifyOtpDto {
|
||||
|
||||
@IsNotEmpty()
|
||||
@IsString()
|
||||
@ApiProperty({ example: 'zhivan', description: 'restaurant slug' })
|
||||
@ApiProperty({ example: 'zhivan', description: 'shop slug' })
|
||||
slug: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user