Skip to content

Commit 080c7ab

Browse files
authored
fix: api 명세 수정 (#81)
* fix: 내 id 조회 추가 * fix: api 명세 수정
1 parent f1d7f10 commit 080c7ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/goormdari/domain/team/presentation/TeamController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ public ResponseCustom<Message> joinTeam(
108108

109109
@Operation(summary = "루틴 목록 조회", description = "teamId로 설정된 루틴 목록 조회")
110110
@ApiResponses(value = {
111-
@ApiResponse(responseCode = "200", description = "루틴 목록 조회 성공", content = {@Content(mediaType = "application/json", schema = @Schema(implementation = CreateTeamResponse.class))}),
111+
@ApiResponse(responseCode = "200", description = "루틴 목록 조회 성공", content = {@Content(mediaType = "application/json", schema = @Schema(implementation = ResponseCustom.class))}),
112112
@ApiResponse(responseCode = "400", description = "루틴 목록 조회 실패", content = {@Content(mediaType = "application/json", schema = @Schema(implementation = ErrorResponse.class))}),
113113
})
114114
@GetMapping("/routine-list")

0 commit comments

Comments
 (0)