mealie/tests/utils/routes/routes_user.py
Hayden 68f7efc177
fix ()
* fix 

* fix type checks

* refactor test routes package

* fix 

* unify test routes into module
2022-05-07 20:08:04 -08:00

7 lines
111 B
Python

from ._base import RoutesBase, v1
class Users(RoutesBase):
base = v1("/users")
self = f"{base}/self"