diff --git a/EstusShots.Server/Controllers/SeasonsController.cs b/EstusShots.Server/Controllers/SeasonsController.cs index d7001db..52f5753 100644 --- a/EstusShots.Server/Controllers/SeasonsController.cs +++ b/EstusShots.Server/Controllers/SeasonsController.cs @@ -23,7 +23,6 @@ namespace EstusShots.Server.Controllers _logger = logger; } - [HttpPost] public async Task> GetSeasons(GetSeasonsParameter parameter) { try @@ -38,7 +37,6 @@ namespace EstusShots.Server.Controllers } } - [HttpPost] public async Task> GetSeason(GetSeasonParameter parameter) { try