This commit is contained in:
2025-08-13 17:31:52 +09:00
parent b294df9cf5
commit 51b37886e0
10 changed files with 132 additions and 23 deletions

View File

@@ -35,6 +35,7 @@ __decorate([
(0, common_1.Patch)('password'),
(0, common_1.UseGuards)(jwt_auth_guard_1.JwtAuthGuard),
(0, swagger_1.ApiBearerAuth)(),
(0, swagger_1.ApiOperation)({ summary: '비밀번호 변경' }),
(0, swagger_1.ApiOkResponse)({ description: '성공', type: user_info_response_dto_1.UserInfoResponseDto }),
openapi.ApiResponse({ status: 200, type: require("./dto/user-info-response.dto").UserInfoResponseDto }),
__param(0, (0, common_1.Request)()),