Skip to content

Commit bb3044f

Browse files
ks-ci-botdonniean
andauthored
[master] chore: update version api url (#5539) (#4432)
chore: update version api url (#5539) Co-authored-by: donniean <12584040+donniean@users.noreply.github.com>
1 parent 80b1af0 commit bb3044f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/services/session.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ const getWorkspaces = async (token, clusterRole) => {
252252

253253
const backendVersion = await sendGatewayRequest({
254254
method: 'GET',
255-
url: `/kapis/version`,
255+
url: `/version`,
256256
token,
257257
});
258258
if (backendVersion) {

0 commit comments

Comments
 (0)