We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd8795f commit a071d9cCopy full SHA for a071d9c
1 file changed
src/main/java/com/be/sportizebe/domain/match/controller/MatchController.java
@@ -37,7 +37,7 @@ public class MatchController {
37
38
private final MatchService matchService;
39
40
- @Operation(summary = "매칭 생성")
+ @Operation(summary = "매칭 생성 (관리자 전용 기능)", description = "현재는 매칭 더미데이터 넣는 용도")
41
@PostMapping
42
public ResponseEntity<BaseResponse<MatchResponse>> createMatch(
43
@AuthenticationPrincipal UserAuthInfo userAuthInfo,
0 commit comments