Skip to content

Commit 3ff3b9e

Browse files
authored
Merge pull request #5290 from PKC278/v2
2 parents cbd45c1 + ef43419 commit 3ff3b9e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

app/api/endpoints/system.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,9 @@ def get_global_setting(token: str):
149149
info.update({
150150
"USER_UNIQUE_ID": SubscribeHelper().get_user_uuid(),
151151
"SUBSCRIBE_SHARE_MANAGE": share_admin,
152-
"WORKFLOW_SHARE_MANAGE": share_admin
152+
"WORKFLOW_SHARE_MANAGE": share_admin,
153+
"FRONTEND_VERSION": SystemChain.get_frontend_version(),
154+
"BACKEND_VERSION": APP_VERSION
153155
})
154156
return schemas.Response(success=True,
155157
data=info)

0 commit comments

Comments
 (0)