Hosting Multiple Swagger APIs on Different URLs
Hey I have a question. I want to create basically three separate APIs that represent three parties in a flow and expose the swagger for each one on the same server, but a different url. So on my server if I go to /client-docs, I'd see the swagger for one HttpApi, if I go to /server-docs, I'd see the swagger for another, etc
