vnext
Paul Schneider 5 years ago
parent 0a6bb634b9
commit e4fcc56ee8
1 changed files with 2 additions and 2 deletions

@ -124,7 +124,7 @@ namespace Yavsc.ApiControllers
return new HttpStatusCodeResult(StatusCodes.Status204NoContent);
}
// POST: api/BugApi
// POST: api/bug
[HttpPost]
public async Task<IActionResult> PostBug([FromBody] Bug bug)
{

Loading…