Netflix / conductor

Conductor is a microservices orchestration engine.
Apache License 2.0
12.83k stars 2.33k forks source link

SwaggerUI URL on API Specification Page in docs #3837

Open prathamjagga opened 10 months ago

prathamjagga commented 10 months ago

At the bottom of the api specification page in docs opens some localhost link. Please fix.

image image

roseaneesha commented 10 months ago

It is cause there is an extra http added on the doc, remove it and it should work fine. From docs: http://http//localhost:8080/swagger-ui/index.html?configUrl=/api-docs/swagger-config Corrected: http://localhost:8080/swagger-ui/index.html?configUrl=/api-docs/swagger-config