You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Optional] Sponsorship to speed up the bug fix or feature request (example)
Description
After the refactoring made in #20681, the generated API controller services no longer define basePath on their own, but inherit it from the new BaseService.
Bug Report Checklist
Description
After the refactoring made in #20681, the generated API controller services no longer define
basePath
on their own, but inherit it from the newBaseService
.Before:
Template:
openapi-generator/modules/openapi-generator/src/main/resources/typescript-angular/api.service.mustache
Line 64 in a7240ee
After:
Template (now hard-coded as
''
):openapi-generator/modules/openapi-generator/src/main/resources/typescript-angular/api.base.service.mustache
Line 6 in afc27ef
openapi-generator version
7.12.0
OpenAPI declaration file content or url
Generation Details
Steps to reproduce
Related issues/PRs
Suggest a fix
The text was updated successfully, but these errors were encountered: