Automated build '' typescript-axios sdk: 4638889339

This commit is contained in:
GitHub Action Bot
2023-04-07 14:21:19 +00:00
parent bc037dd491
commit e7c4df7bab
19 changed files with 528 additions and 528 deletions

View File

@@ -56,7 +56,7 @@ var BaseAPI = /** @class */ (function () {
this.axios = axios;
if (configuration) {
this.configuration = configuration;
this.basePath = configuration.basePathV3 || this.basePath;
this.basePath = configuration.basePath || this.basePath;
}
}
return BaseAPI;