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

Commit

Permalink
Remove trailing slash from LoadBalancers basePath in src
Browse files Browse the repository at this point in the history
  • Loading branch information
goodlime committed Dec 28, 2020
1 parent 83a05c2 commit afa0692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/load-balancers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default class LoadBalancers extends BaseModule {
private basePath: string = 'load_balancers';

private baseOptions: any = {
actionPath: `${this.basePath}/`,
actionPath: this.basePath,
};

constructor(pageSize: number, requestHelper: RequestHelper) {
Expand Down

0 comments on commit afa0692

Please sign in to comment.