Skip to content

Commit

Permalink
fix : 문서화 카테고리 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
seokho-1116 committed Jul 25, 2024
1 parent 65a79b8 commit 07fc4e6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
public interface AnnouncementApi {
@Operation(
summary = "공지사항 페이지",
description = "모든 공지사항을 가져온다. 최신 공지가 리스트의 맨 끝에 위치한다.",
tags = {"oauth2"}
description = "모든 공지사항을 가져온다. 최신 공지가 리스트의 맨 처음에 위치한다.",
tags = {"announcement"}
)
@ApiResponses(value = {
@ApiResponse(
Expand Down

0 comments on commit 07fc4e6

Please sign in to comment.