1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-07-22 14:49:40 +02:00
mealie/tests/utils/routes/routes_user.py

7 lines
111 B
Python
Raw Normal View History

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