added docs

This commit is contained in:
Igor Hrenowitsch Propisnov 2024-05-31 08:47:08 +02:00
parent 0a35fc6d26
commit a78531c88a
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ export class LoginResponseDto {
@ApiProperty({ @ApiProperty({
title: 'Email', title: 'Email',
description: 'User Email', description: 'User Email',
example: 'foo@bar.de',
}) })
@IsNotEmpty() @IsNotEmpty()
@IsString() @IsString()