Add tables for shopping list and planner
This commit is contained in:
parent
0d3c63013e
commit
d9449de02b
8 changed files with 99 additions and 76 deletions
|
|
@ -522,7 +522,6 @@ pub async fn add_ingredient(
|
|||
) -> Result<impl IntoResponse> {
|
||||
check_user_rights_recipe_step(&connection, &user, ron.id).await?;
|
||||
let id = connection.add_recipe_ingredient(ron.id).await?;
|
||||
|
||||
Ok(ron_response(StatusCode::OK, common::ron_api::Id { id }))
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue