Creating a index page to go to on launch for ASP.Net Core Web API Project
Essentially when I created the project and created a functional API where the user can create, delete, etc information from a database and run it I get the swagger UI that I can use to test that API. Now that…