Is there any configuration that must be done in order to change the location of the yaml file in which the specification is described?
In the attached picture I would like to set /swagger-ui/open-api.yaml instead of /open-api.
I tried to change the file path by setting the following property:
springdoc: swagger-ui: url: /swagger-ui/open-api.yaml
But I receive 404 not found error.