Skip to content

Commit

Permalink
docs: fix swagger docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jinsu4755 committed Dec 21, 2023
1 parent 18c711f commit ed7ccfc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public interface MissionControllerV1Contract {
description = "성공",
content = @Content(
mediaType = MediaType.APPLICATION_JSON_VALUE,
schema = @Schema(implementation = MissionCategoryResponseDto.class)
schema = @Schema(implementation = MissionCategoryWithContentsDto.class)
)
),
@ApiResponse(
Expand Down Expand Up @@ -71,7 +71,7 @@ MissionCategoryWithContentsDto getSelectedMissionCategory(
content = @Content(
mediaType = MediaType.APPLICATION_JSON_VALUE,
array = @ArraySchema(
schema = @Schema(implementation = MissionCategoryResponseDto.class)
schema = @Schema(implementation = MissionCategoryWithContentsDto.class)
)
)
),
Expand Down

0 comments on commit ed7ccfc

Please sign in to comment.