Skip to content

Commit b6a9a45

Browse files
안훈기안훈기
authored andcommitted
📝Docs: swagger Summary 수정
1 parent a071d9c commit b6a9a45

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/com/be/sportizebe/domain/match/controller/MatchController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public ResponseEntity<BaseResponse<MatchDetailResponse>> getMatchDetail(
6868
return ResponseEntity.ok(BaseResponse.success("매칭 상세 조회 성공", response));
6969
}
7070

71-
@Operation(summary = "내 주변 매칭 목록 조회 (매칭상태: OPEN만 보여준다.)")
71+
@Operation(summary = "내 주변 매칭 목록 조회", description = "매칭상태가 OPEN인 매칭들만 보여준다.")
7272
@GetMapping("/near")
7373
public ResponseEntity<BaseResponse<List<MatchNearResponse>>> getNearMatches(
7474
@ParameterObject @Valid @ModelAttribute MatchNearRequest request

0 commit comments

Comments
 (0)