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 +}