mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-03 04:25:24 +02:00
feat: Move "on hand" and "last made" to household (#4616)
Co-authored-by: Kuchenpirat <24235032+Kuchenpirat@users.noreply.github.com>
This commit is contained in:
parent
e565b919df
commit
e9892aba89
53 changed files with 1618 additions and 400 deletions
|
@ -370,6 +370,11 @@ def households_recipe_actions_item_id_trigger_recipe_slug(item_id, recipe_slug):
|
|||
return f"{prefix}/households/recipe-actions/{item_id}/trigger/{recipe_slug}"
|
||||
|
||||
|
||||
def households_self_recipes_recipe_slug(recipe_slug):
|
||||
"""`/api/households/self/recipes/{recipe_slug}`"""
|
||||
return f"{prefix}/households/self/recipes/{recipe_slug}"
|
||||
|
||||
|
||||
def households_shopping_items_item_id(item_id):
|
||||
"""`/api/households/shopping/items/{item_id}`"""
|
||||
return f"{prefix}/households/shopping/items/{item_id}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue