I'm config swagger-ui path from this context below using yml file and using quarkus
swagger-ui:
path: /clinic/swagger-ui
but when start my application and access swagger can't see the page swagger-ui and changing the configuration as bellow, i can see the page swagger-ui when I change it back to the above configuration I can see the swagger-ui.
swagger-ui:
path: /swagger-ui
I do this and it works during local execution if it stops and restart my application I have to redo the same steps that I described above. Is the any solution for me not to need this? Because I have a rule which I must follow where the rest of the routes and endpoint's rest must be inside /clinic as below
/clinic/swagger-ui -> page swagger
/clinic/api/ -> endpoints rest's