mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-10-28 08:44:36 -04:00
* fix #1144 * fix type checks * refactor test routes package * fix #1208 * unify test routes into module
This commit is contained in:
6
tests/utils/routes/routes_user.py
Normal file
6
tests/utils/routes/routes_user.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from ._base import RoutesBase, v1
|
||||
|
||||
|
||||
class Users(RoutesBase):
|
||||
base = v1("/users")
|
||||
self = f"{base}/self"
|
||||
Reference in New Issue
Block a user