You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am building couple of services in go. I am using go-swagger to generate swagger API . I have now multiple swagger UI. one for the services I run in 8000 and another one for the services I run in 8001,8003
How to combine all the swagger AOI for all the services and show in single swagger UI?