mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-10-28 16:54:19 -04:00
* fix #1144 * fix type checks * refactor test routes package * fix #1208 * unify test routes into module
This commit is contained in:
5
tests/utils/routes/routes_admin.py
Normal file
5
tests/utils/routes/routes_admin.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from ._base import RoutesBase, v1
|
||||
|
||||
|
||||
class AdminUsers(RoutesBase):
|
||||
base = v1("/admin/users")
|
||||
Reference in New Issue
Block a user