Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Server] fix : 레시피 카테고리 이름 수정 #67

Merged
merged 3 commits into from
Nov 24, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ public enum RecipeCategory {
양식(1, "양식"),
샐러드(1, "샐러드"),
스프(1, "스프"),
빵_과자(1, "빵/과자"),
과자_간식(1, "과자/간식"),
(1, "빵"),
과자(1, "과자"),
차_음료_술(1, "차/음료/술"),
일상(2, "일상"),
초스피드(2, "초스피드"),
Expand All @@ -29,7 +29,7 @@ public enum RecipeCategory {
야식(2, "야식"),
푸드스타일링(2, "푸드스타일링"),
해장(2, "해장"),
명절음식(2, "명절음식"),
명절(2, "명절"),
이유식(2, "이유식"),
기타(2, "기타");

Expand Down
Loading