mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-22 06:39:41 +02: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")
|