Skip to content

Commit 6dcecab

Browse files
committed
[hotfix] FastAPI와 장르 통일
1 parent 5babd70 commit 6dcecab

File tree

1 file changed

+2
-2
lines changed
  • src/main/java/everTale/everTale_be/domain/story/entity/enums

1 file changed

+2
-2
lines changed

src/main/java/everTale/everTale_be/domain/story/entity/enums/Genre.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
public enum Genre {
77
ADVENTURE("모험"),
88
FRIENDSHIP("우정"),
9-
LESSON("교훈"),
10-
LOVE("사랑");
9+
MORAL("교훈"),
10+
FAMILY("사랑");
1111

1212
private final String korean;
1313

0 commit comments

Comments
 (0)