Swagger-ui won’t do anything you don’t tell it to do. I’m guessing you’re using some sort of an integration?
From: <[email protected]> on behalf of Jana <[email protected]> Reply-To: "[email protected]" <[email protected]> Date: Thursday, 20 July 2017 at 20:29 To: Swagger <[email protected]> Subject: swagger ui end point 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. -- 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.
