Skip to content

Commit

Permalink
📝 :: annotation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lgwk42 committed Oct 29, 2024
1 parent 09324a4 commit 71b8b8b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public BaseResponseData<List<Room>> roomSearch(@ModelAttribute RoomSearchRequest
}

@GetMapping("/private")
@Operation(summary = "비공개 챌리지 목록", description = "(불편해? 자세를 고쳐앉아~)")
@Operation(summary = "비공개 챌리지 목록")
public BaseResponseData<List<Room>> privateRoomList(@ModelAttribute PageRequest request) {
return BaseResponseData.ok(
"목록 출력 성공",
Expand Down

0 comments on commit 71b8b8b

Please sign in to comment.