Works on ingredients

This commit is contained in:
2019-02-03 15:17:43 +01:00
parent 28afe8ece0
commit d3259c82b3
10 changed files with 151 additions and 61 deletions

View File

@@ -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,
}
}