From 7bda5f409423d8e94959107554f368f9a9fb1dcd Mon Sep 17 00:00:00 2001 From: yumoqing Date: Mon, 29 Jun 2026 15:12:45 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B3=A8=E5=86=8C=20rbac=20api=20?= =?UTF-8?q?=E8=B7=AF=E5=BE=84=20=E2=80=94=20add=5Fuser.dspy=20/=20update?= =?UTF-8?q?=5Fuser.dspy?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- load_path.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/load_path.py b/load_path.py index e971dc2f..0fbfc602 100644 --- a/load_path.py +++ b/load_path.py @@ -771,6 +771,8 @@ paths="""/ any /rbac/users/get_users.dspy *.admin /rbac/users/enable_user.dspy *.admin /rbac/users/disable_user.dspy *.admin +/rbac/api/add_user.dspy *.admin +/rbac/api/update_user.dspy *.admin /rbac/add_adminuser.dspy owner.superuser /rbac/reseller logined /rbac/reseller/update_organization.dspy logined