mirror of
https://github.com/hay-kot/mealie.git
synced 2025-07-15 01:23:57 -07:00
* fix #1144 * fix type checks * refactor test routes package * fix #1208 * unify test routes into module
5 lines
96 B
Python
5 lines
96 B
Python
from ._base import RoutesBase, v1
|
|
|
|
|
|
class AdminUsers(RoutesBase):
|
|
base = v1("/admin/users")
|