mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-10-27 08:14:30 -04:00
Feature/user seedable foods (#1176)
* remove odd ingredients * UI Elements for food * update translated percentage * spek -> speck * generate types * seeder api endpoints + tests * implement foods seeder UI * localize some food strings
This commit is contained in:
@@ -50,3 +50,11 @@ class RoutesAdminUsers(RoutesBase):
|
||||
class RoutesUsers(RoutesBase):
|
||||
base = "/api/users"
|
||||
self = f"{base}/self"
|
||||
|
||||
|
||||
class RoutesSeeders(RoutesBase):
|
||||
base = "/api/groups/seeders"
|
||||
|
||||
foods = f"{base}/foods"
|
||||
units = f"{base}/units"
|
||||
labels = f"{base}/labels"
|
||||
|
||||
Reference in New Issue
Block a user