Skip to content

Commit a071d9c

Browse files
안훈기안훈기
authored andcommitted
📝Docs: 매칭 생성 Swagger Summary에 주석 추가 (관리자용 기능 명시)
1 parent fd8795f commit a071d9c

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
@@ -37,7 +37,7 @@ public class MatchController {
3737

3838
private final MatchService matchService;
3939

40-
@Operation(summary = "매칭 생성")
40+
@Operation(summary = "매칭 생성 (관리자 전용 기능)", description = "현재는 매칭 더미데이터 넣는 용도")
4141
@PostMapping
4242
public ResponseEntity<BaseResponse<MatchResponse>> createMatch(
4343
@AuthenticationPrincipal UserAuthInfo userAuthInfo,

0 commit comments

Comments
 (0)