Skip to content

Commit ef43419

Browse files
Update app/api/endpoints/system.py
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 2ca375c commit ef43419

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/api/endpoints/system.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ def get_global_setting(token: str):
150150
"USER_UNIQUE_ID": SubscribeHelper().get_user_uuid(),
151151
"SUBSCRIBE_SHARE_MANAGE": share_admin,
152152
"WORKFLOW_SHARE_MANAGE": share_admin,
153-
"FRONTEND_VERSION": SystemChain().get_frontend_version(),
153+
"FRONTEND_VERSION": SystemChain.get_frontend_version(),
154154
"BACKEND_VERSION": APP_VERSION
155155
})
156156
return schemas.Response(success=True,

0 commit comments

Comments
 (0)