Skip to content

Commit

Permalink
[feat] archiving category 추가 #115
Browse files Browse the repository at this point in the history
  • Loading branch information
wjdtkdgns committed Aug 19, 2023
1 parent 8c9a29f commit d4d4e55
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ public enum Category {
SELF_IMPROVEMENT("SELF_IMPROVEMENT"),
TECH("TECH"),
DESIGN("DESIGN"),
TREND("TREND");
TREND("TREND"),

ETC("ETC");

@JsonValue private String value;

Expand Down

0 comments on commit d4d4e55

Please sign in to comment.