Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Respect assets mode config in controller (#2280)
| Q | A | |---------------|---------------------------------------------------------------------------------------------------------------------------| | Bug fix? | yes | New feature? | no | Deprecations? | no | Issues | - Currently the `SwaggerUiController` doesn't respect the `assets_mode` configuration added in #2251. ```yaml nelmio_api_doc: html_config: assets_mode: cdn ``` As far as I can tell, there's no reason for the default any more as it can be set through the configuration and overridden in the `DumpCommand` command using the `html-config` option.
- Loading branch information