Swagger ui end point is working fine in development machine, but when it deployed to IIS, that end point is prefixing "swagger", though it wasn't in dev machine.
how can I get rid of it? Ex: http://localhost:500/swagger/api/v1/swagger.json to http://localhost:500/api/v1/swagger.json -- You received this message because you are subscribed to the Google Groups "Swagger" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
