We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cbd45c1 + ef43419 commit 3ff3b9eCopy full SHA for 3ff3b9e
app/api/endpoints/system.py
@@ -149,7 +149,9 @@ def get_global_setting(token: str):
149
info.update({
150
"USER_UNIQUE_ID": SubscribeHelper().get_user_uuid(),
151
"SUBSCRIBE_SHARE_MANAGE": share_admin,
152
- "WORKFLOW_SHARE_MANAGE": share_admin
+ "WORKFLOW_SHARE_MANAGE": share_admin,
153
+ "FRONTEND_VERSION": SystemChain.get_frontend_version(),
154
+ "BACKEND_VERSION": APP_VERSION
155
})
156
return schemas.Response(success=True,
157
data=info)
0 commit comments