mirror of
https://github.com/hay-kot/mealie.git
synced 2025-07-12 08:07:14 -07:00
* fix #1144 * fix type checks * refactor test routes package * fix #1208 * unify test routes into module
This commit is contained in:
parent
07f6446526
commit
68f7efc177
23 changed files with 189 additions and 148 deletions
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"
|
Loading…
Add table
Add a link
Reference in a new issue