comment
This commit is contained in:
parent
1bd9843d7e
commit
4fe702e51e
1 changed files with 2 additions and 2 deletions
|
|
@ -124,7 +124,7 @@ namespace Yavsc.ApiControllers
|
||||||
return new HttpStatusCodeResult(StatusCodes.Status204NoContent);
|
return new HttpStatusCodeResult(StatusCodes.Status204NoContent);
|
||||||
}
|
}
|
||||||
|
|
||||||
// POST: api/BugApi
|
// POST: api/bug
|
||||||
[HttpPost]
|
[HttpPost]
|
||||||
public async Task<IActionResult> PostBug([FromBody] Bug bug)
|
public async Task<IActionResult> PostBug([FromBody] Bug bug)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue