Skip to content

Commit

Permalink
fix: 누락된 변경사항 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
yechan-kim committed Nov 23, 2024
1 parent 76c55aa commit 4e57180
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public ResponseEntity<GlobalResponseDto<Map<String, Integer>>> statisticsMajor()
.body(GlobalResponseDto.success(statisticsService.major(), SuccessCode.SUCCESS));
}

@Operation(summary = "로그인한 캐릭터 정보", description = "로그인한 사용자의 캐릭터 정보를 빈환합니다.")
@Operation(summary = "사용자 정보", description = "로그인한 사용자의 정보를 빈환합니다.")
@ApiResponses({
@ApiResponse(responseCode = "200"),
@ApiResponse(responseCode = "401", content = @Content(schema = @Schema(implementation = ErrorResponse.class))),
Expand Down

0 comments on commit 4e57180

Please sign in to comment.