mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-04 21:15:22 +02:00
* fix #967 and test error to catch * add admin tests
This commit is contained in:
parent
c617251f4c
commit
14cc541f7a
5 changed files with 94 additions and 54 deletions
|
@ -41,3 +41,12 @@ class RoutesCategory(RoutesOrganizerBase):
|
|||
|
||||
class RoutesRecipe(RoutesBase):
|
||||
base = "/api/recipes"
|
||||
|
||||
|
||||
class RoutesAdminUsers(RoutesBase):
|
||||
base = "/api/admin/users"
|
||||
|
||||
|
||||
class RoutesUsers(RoutesBase):
|
||||
base = "/api/users"
|
||||
self = f"{base}/self"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue