Works on ingredients
This commit is contained in:
@@ -40,7 +40,7 @@ mod api {
|
||||
id: rec.id,
|
||||
title: rec.title,
|
||||
category: rec.category as i16,
|
||||
ingredients: rec.ingredients,
|
||||
ingredients: rec.ingredients.as_string(),
|
||||
preparation: rec.preparation,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user