Skip to content

Commit

Permalink
refactor : BoardCategory의 key 표현 방식 소문자 + 스네이크로 롤백 (#641)
Browse files Browse the repository at this point in the history
  • Loading branch information
mingmingmon authored Dec 21, 2024
1 parent ec1ecda commit d77c3ce
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("developmentQna", "개발 질문 게시판"),
INFORMATION_REVIEWS("informationReviews", "정보 및 후기 게시판"),
DEVELOPMENT_QNA("development_qna", "개발 질문 게시판"),
INFORMATION_REVIEWS("information_reviews", "정보 및 후기 게시판"),
ORGANIZATION("organization", "동아리 소식");

private final String key;
Expand Down

0 comments on commit d77c3ce

Please sign in to comment.