After installing the Swashbuckle.AspNetCore in my Asp.net Core (MVC) application the default route is override with "index.html" page.
Where ever I used "~/" now is redirecting my application to "~/index.html" instead of default MVC route.
How i can fix this?
swagger
virtual directory. However, if you have a physical index.html file in your project root, that will always take precedence over anything else. – Allout