Remove [HttpPost] attributes

This commit is contained in:
2020-02-29 14:34:18 +01:00
parent eee5661f9a
commit aabb80442a

View File

@@ -23,7 +23,6 @@ namespace EstusShots.Server.Controllers
_logger = logger;
}
[HttpPost]
public async Task<ApiResponse<GetSeasonsResponse>> GetSeasons(GetSeasonsParameter parameter)
{
try
@@ -38,7 +37,6 @@ namespace EstusShots.Server.Controllers
}
}
[HttpPost]
public async Task<ApiResponse<GetSeasonResponse>> GetSeason(GetSeasonParameter parameter)
{
try