mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-07-05 07:01:01 +00:00
* Added a Configuration object in the Runtime that can be used to update a base path. Added a new Configuration object that has attributes that can be used to alter the behaviour of the query config generators. In particular, added a basePath field which can be used to prepend to the urls in the query configs. The old behaviour only used relative paths for the urls which means cross domain support was not possible. * Ran script to update the samples after making the template change Co-authored-by: Steve Graham <stgraham2000@gmail.com>