I have created a default asp.net core 3 web API with the default wheatherforecast controller.
Then I have added a second controller, let's call it myController.
Now I was wondering how I can change the default startup url so I can call a myController function inside it.
Do I have to work with endpoints route map ? If yes how ?
