I am trying to integrate swagger with a camel
following this example https://github.com/smparekh/camel-example-servlet-rest-tomcat
How can I access Swagger-UI using this sample project?
I deleted the war file in the cat.
and access http: // localhost: 8080 / camel-example-servlet-rest-tomcat / api-docs, I get this ...
{"apiVersion": "1.2.3", "swaggerVersion": "1.2", "apis": [{"path": "/ user", "description": "User recreation service"}], "info": {"title": "User Services", "description": "An example of a camel ride with Swagger providing the user's REST service"}}
BUT MY QUESTION - how can I access swagger-ui / index.html?
What is the exact URL to access the Swagger-UI?
source share