Skip to content

Commit 0000d63

Browse files
committed
25.11.20
GeminiRecipeResponse 자료형 수정
1 parent 6b60467 commit 0000d63

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/main/java/com/webservice/algorithmchef/dto/gemini/GeminiRecipeResponse.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@
55
public record GeminiRecipeResponse (
66
String name,
77
String description,
8-
String kcal,
8+
double kcal,
99
String portions,
1010
String time,
11+
String imageUrl,
1112
List<String> ingredients,
1213
List<String> instructions,
1314
String tip,

0 commit comments

Comments
 (0)