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);
|
||||
}
|
||||
|
||||
// POST: api/BugApi
|
||||
// POST: api/bug
|
||||
[HttpPost]
|
||||
public async Task<IActionResult> PostBug([FromBody] Bug bug)
|
||||
{
|
||||
|
|
@ -188,4 +188,4 @@ namespace Yavsc.ApiControllers
|
|||
return _context.Bug.Count(e => e.Id == id) > 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue