Hello, I noticed that when Web.Host runs, automatically swagger opens and not anything else. How is that configured in this project?
Also, all the Controllers (TokenAuthentication and the ProfileController, etc.) They are defined in the Web.Core project and added to IoC, that's why they are available when requested?
Thanks
3 Answer(s)
-
0
Hi
Startup url is configured in launchSettings.json Further information, read Microsoft's Document
-
0
Thanks @alper,
OK I can see the URL configured. But as an App, how come it doesnt open by default the ValueController that comes with ASP.NET Core Web API? Is it because of this Url?
Then, how is swagger opening, is it configured to run on this url configured?
-
0
it is configured to run this url on startup. you can change this if you want