Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Commit

Permalink
Merge 928ba6e into a594ea4
Browse files Browse the repository at this point in the history
  • Loading branch information
yiyione authored Jul 15, 2020
2 parents a594ea4 + 928ba6e commit 5c1f9b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/api/v2/clients/baseClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ export class OpenPAIBaseClient {
if (!cluster.alias) {
cluster.alias = paiUri.hostname;
}

cluster.rest_server_uri = cluster.rest_server_uri.replace(/\/+$/, '');
}
return cluster;
}
Expand Down

0 comments on commit 5c1f9b6

Please sign in to comment.