Steps to Reproduce:
Prerequisite: ASP.NET Core 3 Preview 7
- Run
dotnet new webapi. This creates a default web api template with WeatherForecastController.
- Run
dotnet run or press F5 in VS Code to run in debugger.

- Browse https://localhost:5001 or https://localhost:5001/api/weatherforecast
Issue: Returns 404.

