mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-02 20:15:24 +02:00
feat: Use Backend for Recipe Post Actions (#4163)
This commit is contained in:
parent
8bd26d2230
commit
d8dbcac196
10 changed files with 159 additions and 25 deletions
|
@ -332,6 +332,11 @@ def households_recipe_actions_item_id(item_id):
|
|||
return f"{prefix}/households/recipe-actions/{item_id}"
|
||||
|
||||
|
||||
def households_recipe_actions_item_id_trigger_recipe_slug(item_id, recipe_slug):
|
||||
"""`/api/households/recipe-actions/{item_id}/trigger/{recipe_slug}`"""
|
||||
return f"{prefix}/households/recipe-actions/{item_id}/trigger/{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