Skip to content

Commit

Permalink
[master] chore: update version api url (#5539) (#4432)
Browse files Browse the repository at this point in the history
chore: update version api url (#5539)

Co-authored-by: donniean <12584040+donniean@users.noreply.github.com>
  • Loading branch information
ks-ci-bot and donniean authored Jan 14, 2025
1 parent 80b1af0 commit bb3044f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/services/session.js
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ const getWorkspaces = async (token, clusterRole) => {

const backendVersion = await sendGatewayRequest({
method: 'GET',
url: `/kapis/version`,
url: `/version`,
token,
});
if (backendVersion) {
Expand Down

0 comments on commit bb3044f

Please sign in to comment.