I'm using Springfox 2.9.2 for Swagger UI.
Is it possible to hide the /v2/api-docs URL from the swagger-ui.html title, using the Docket in the Configuration class?
I'm using Springfox 2.9.2 for Swagger UI.
Is it possible to hide the /v2/api-docs URL from the swagger-ui.html title, using the Docket in the Configuration class?
Couldn't find how to hide it but you can change it to whatever you want. Why is v2/api-docs the default URL when using springfox and Swagger2?