Loading backend/src/auth/user/authUsercontroller.ts +0 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,6 @@ export class AuthUserController { constructor(private readonly authUserService: AuthUserService) {} @ApiBody({ type: CreateUserDto }) @ApiBearerAuth() @ApiCreatedResponse({ type: UserSigninResDto, }) Loading Loading
backend/src/auth/user/authUsercontroller.ts +0 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,6 @@ export class AuthUserController { constructor(private readonly authUserService: AuthUserService) {} @ApiBody({ type: CreateUserDto }) @ApiBearerAuth() @ApiCreatedResponse({ type: UserSigninResDto, }) Loading