mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-24 15:49:42 +02:00
feat: Additional Household Permissions (#4158)
Co-authored-by: Kuchenpirat <24235032+Kuchenpirat@users.noreply.github.com>
This commit is contained in:
parent
b1820f9b23
commit
fd0257c1b8
37 changed files with 690 additions and 185 deletions
|
@ -292,6 +292,11 @@ def foods_item_id(item_id):
|
|||
return f"{prefix}/foods/{item_id}"
|
||||
|
||||
|
||||
def groups_households_slug(slug):
|
||||
"""`/api/groups/households/{slug}`"""
|
||||
return f"{prefix}/groups/households/{slug}"
|
||||
|
||||
|
||||
def groups_labels_item_id(item_id):
|
||||
"""`/api/groups/labels/{item_id}`"""
|
||||
return f"{prefix}/groups/labels/{item_id}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue