From ef43419ecdca6c7113306fc5dd4081de37ce4c0d Mon Sep 17 00:00:00 2001 From: PKC278 <52959804+PKC278@users.noreply.github.com> Date: Sun, 28 Dec 2025 16:38:30 +0800 Subject: [PATCH] Update app/api/endpoints/system.py Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --- app/api/endpoints/system.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/api/endpoints/system.py b/app/api/endpoints/system.py index f5a4c360..736bb83c 100644 --- a/app/api/endpoints/system.py +++ b/app/api/endpoints/system.py @@ -150,7 +150,7 @@ def get_global_setting(token: str): "USER_UNIQUE_ID": SubscribeHelper().get_user_uuid(), "SUBSCRIBE_SHARE_MANAGE": share_admin, "WORKFLOW_SHARE_MANAGE": share_admin, - "FRONTEND_VERSION": SystemChain().get_frontend_version(), + "FRONTEND_VERSION": SystemChain.get_frontend_version(), "BACKEND_VERSION": APP_VERSION }) return schemas.Response(success=True,