From c6adfbf715878b074a80cca2d8c8cb3f0d298e26 Mon Sep 17 00:00:00 2001 From: luxick Date: Sat, 29 Feb 2020 18:04:09 +0100 Subject: [PATCH] Missing attributes --- EstusShots.Server/Controllers/EpisodesController.cs | 3 +++ 1 file changed, 3 insertions(+) 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