mirror of
https://github.com/mealie-recipes/mealie.git
synced 2024-12-22 03:51:21 -08:00
68f7efc177
* fix #1144 * fix type checks * refactor test routes package * fix #1208 * unify test routes into module
6 lines
96 B
Python
6 lines
96 B
Python
from ._base import RoutesBase, v1
|
|
|
|
|
|
class AdminUsers(RoutesBase):
|
|
base = v1("/admin/users")
|