Skip to content

Commit

Permalink
refactor(BoardCategory): key를 스네이크 표현에서 카멜 표현으로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
mingmingmon committed Dec 21, 2024
1 parent 577a5ad commit 4155a41
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ public enum BoardCategory {

NOTICE("notice", "공지사항"),
FREE("free", "자유 게시판"),
DEVELOPMENT_QNA("development_qna", "개발 질문 게시판"),
INFORMATION_REVIEWS("information_reviews", "정보 및 후기 게시판"),
DEVELOPMENT_QNA("developmentQna", "개발 질문 게시판"),
INFORMATION_REVIEWS("informationReviews", "정보 및 후기 게시판"),
ORGANIZATION("organization", "동아리 소식");

private final String key;
Expand Down

0 comments on commit 4155a41

Please sign in to comment.