I try to build a web application with dotnet core web api,but i do not know how to set index.html as start page which can be done with dotnet framework web api easily. And i tri
For dotnet core web api 3.1, on launchSettings.json file set "launchUrl": "swagger/index.html",
launchSettings.json
"launchUrl": "swagger/index.html",