Skip to content

Commit

Permalink
chore: update version api url (#5539) (#4430)
Browse files Browse the repository at this point in the history
  • Loading branch information
donniean authored Jan 14, 2025
1 parent 8987f27 commit 70be879
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 70be879

Please sign in to comment.