From e4fcc56ee82dab349d57f10caf48d96011a56a75 Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Wed, 21 Aug 2019 20:05:07 +0100 Subject: [PATCH] comment --- src/Yavsc/ApiControllers/Survey/BugApiController.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Yavsc/ApiControllers/Survey/BugApiController.cs b/src/Yavsc/ApiControllers/Survey/BugApiController.cs index adc1515b..789f3066 100644 --- a/src/Yavsc/ApiControllers/Survey/BugApiController.cs +++ b/src/Yavsc/ApiControllers/Survey/BugApiController.cs @@ -124,7 +124,7 @@ namespace Yavsc.ApiControllers return new HttpStatusCodeResult(StatusCodes.Status204NoContent); } - // POST: api/BugApi + // POST: api/bug [HttpPost] public async Task PostBug([FromBody] Bug bug) { @@ -188,4 +188,4 @@ namespace Yavsc.ApiControllers return _context.Bug.Count(e => e.Id == id) > 0; } } -} \ No newline at end of file +}