mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-20 05:39:40 +02:00
6 lines
96 B
Python
6 lines
96 B
Python
|
from ._base import RoutesBase, v1
|
||
|
|
||
|
|
||
|
class AdminUsers(RoutesBase):
|
||
|
base = v1("/admin/users")
|