Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions Controllers/WeatherForecastController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@
namespace welcome_api.Controllers
{
[ApiController]
[ApiVersion("1.0")]
[ApiVersion("2.0")]
[Route("api/v{version:apiVersion}/WeatherForecast")]
[Route("api/Weather")]
public class WeatherForecastController : BaseApiController
{
private static readonly string[] Summaries = new[]
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ Two versions are enabled for the API, 1.0, 2.0
- Clone the repo
- do: dotnet run
- server will start by default on port 5000,5001 based on launchsettings
- access the api at https://localhost:5001/api/v1/WeatherForecast
- metadata endpoint is at https://localhost:5001/api/v1/WeatherForecast/metadata
- access the api at https://localhost:5001/api/Weather
- metadata endpoint is at https://localhost:5001/api/Weather/metadata