Skip to content

Commit

Permalink
[Server] fix : ingredientDto 필드명 수정 (#40)
Browse files Browse the repository at this point in the history
* feat : ingredients데이터 추가

* feat : 데이터 추가 및 create모드로 배포

* fix : 레시피 추천 dto 수정

* fix : recipe dto 수정

* fix : 재료dto의 필드명을 수정
  • Loading branch information
Due-IT authored Aug 16, 2024
1 parent 5e2629d commit 2367dcb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ public record IngredientDto(
Long id,
String name,
String kind,
String image1
String image
) {
public static IngredientDto of(Ingredient ingredient){
return new IngredientDto(
Expand Down

0 comments on commit 2367dcb

Please sign in to comment.