mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-24 23:59:45 +02:00
fix: Bulk Add Recipes to Shopping List (#5054)
This commit is contained in:
parent
3d1b76bcad
commit
716c85cc3b
13 changed files with 306 additions and 77 deletions
|
@ -390,6 +390,11 @@ def households_shopping_lists_item_id_label_settings(item_id):
|
|||
return f"{prefix}/households/shopping/lists/{item_id}/label-settings"
|
||||
|
||||
|
||||
def households_shopping_lists_item_id_recipe(item_id):
|
||||
"""`/api/households/shopping/lists/{item_id}/recipe`"""
|
||||
return f"{prefix}/households/shopping/lists/{item_id}/recipe"
|
||||
|
||||
|
||||
def households_shopping_lists_item_id_recipe_recipe_id(item_id, recipe_id):
|
||||
"""`/api/households/shopping/lists/{item_id}/recipe/{recipe_id}`"""
|
||||
return f"{prefix}/households/shopping/lists/{item_id}/recipe/{recipe_id}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue