diff --git a/EstusShots.Server/Controllers/EpisodesController.cs b/EstusShots.Server/Controllers/EpisodesController.cs index 5f33fca..be2a587 100644 --- a/EstusShots.Server/Controllers/EpisodesController.cs +++ b/EstusShots.Server/Controllers/EpisodesController.cs @@ -22,6 +22,7 @@ namespace EstusShots.Server.Controllers _episodesService = episodesService; } + [HttpPost] public async Task> GetEpisodes(GetEpisodesParameter parameter) { try @@ -36,6 +37,7 @@ namespace EstusShots.Server.Controllers } } + [HttpPost] public async Task> GetEpisode(GetEpisodeParameter parameter) { try @@ -50,6 +52,7 @@ namespace EstusShots.Server.Controllers } } + [HttpPost] public async Task> SaveEpisode(SaveEpisodeParameter parameter) { try