From b550281222aed0eb1c12d4f20127d1542f099616 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Tue, 2 Jun 2026 16:07:11 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20API=E6=9D=83=E9=99=90=E9=80=9A=E9=85=8D?= =?UTF-8?q?=E7=AC=A6=E4=BB=8E%=E6=94=B9=E4=B8=BA*?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/load_path.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/load_path.py b/scripts/load_path.py index 4afb161..6a57721 100644 --- a/scripts/load_path.py +++ b/scripts/load_path.py @@ -64,7 +64,7 @@ PATHS_LOGINED = [ f"/{MOD}/virtual_view_assets.ui", # API — 所有 api/ 下的 .dspy(脚本内部通过 get_user() 做权限校验) - f"/{MOD}/api/%", + f"/{MOD}/api/*", ] # reseller.operator — 管理员专属页面