From aabb80442a0715bb41f079f1f73ef13771e8d69d Mon Sep 17 00:00:00 2001 From: luxick Date: Sat, 29 Feb 2020 14:34:18 +0100 Subject: [PATCH] Remove [HttpPost] attributes --- EstusShots.Server/Controllers/SeasonsController.cs | 2 -- 1 file changed, 2 deletions(-) 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