Code/WCS/WIDESEAWCS_S7Simulator/WIDESEAWCS_S7Simulator.Server/Controllers/WeatherForecastController.cs
@@ -3,7 +3,7 @@ namespace WIDESEAWCS_S7Simulator.Server.Controllers; [ApiController] [Route("[controller]")] [Route("api/[controller]")] public class WeatherForecastController : ControllerBase { private static readonly string[] Summaries = new[] @@ -18,7 +18,7 @@ _logger = logger; } [HttpGet(Name = "GetWeatherForecast")] [HttpGet("GetWeatherForecast")] public IEnumerable<WeatherForecast> Get() { return Enumerable.Range(1, 5).Select(index => new WeatherForecast