My ASP.NET core app startup route is set as:
/api/values
I want to change this startup route to be:
/
Loo
Adam Weitzman is right, but you can also switch it using Visual Studio's GUI.
Launch URL
checkbox and set the URL you want. Leave the text box empty to launch the root URLIt's in Properties/launchSettings.json
the field to change is:
profiles.IISExpress.launchUrl