constructor(protected httpClient: HttpService, @Optional() configuration: Configuration) {
this.configuration = configuration;
// this.basePath = basePath || configuration.basePath || this.basePath;
this.basePath = configuration.basePath || this.basePath;
}
Bug Report Checklist
Description
openapi-generator version
5.0.1
OpenAPI declaration file content or url
Generation Details
Steps to reproduce
Related issues/PRs
Suggest a fix
PR: #8811