Skip to content

Commit

Permalink
Feat : 스웨거 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
qjvk2880 committed Aug 5, 2024
1 parent 2f65463 commit 309b68e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public Response<VideoSummaryListResponse> getAllSummariesByCategoryId(@PathVaria
}

@Operation(summary = "영상 요약 목록 전체 조회", description = "메인 화면에서 모든 영상 요약을 보여주기 위한 API")
// @ApiResponse(content = @Content(schema = @Schema(implementation = VideoSummaryListResponse.class)))
@ApiResponse(content = @Content(schema = @Schema(implementation = VideoSummaryMainPageListResponse.class)))
@GetMapping("/summaries/list/all")
@ResponseStatus(HttpStatus.OK)
public Response<VideoSummaryMainPageListResponse> getAllSummaries(@AuthenticationPrincipal Long userId) {
Expand Down

0 comments on commit 309b68e

Please sign in to comment.