Add the method "Get*ById" in the stack Business
This commit is contained in:
@@ -31,7 +31,6 @@ namespace skydiveLogs_api.Controllers
|
||||
}
|
||||
|
||||
// GET: api/Aircraft/5
|
||||
//[HttpGet("{id}", Name = "Get")]
|
||||
[HttpGet("{id}")]
|
||||
public AircraftResp Get(int id)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user