Implementation of repositories and return infos
This commit is contained in:
@@ -31,7 +31,8 @@ namespace skydiveLogs_api.Controllers
|
||||
}
|
||||
|
||||
// GET: api/Jump/5
|
||||
[HttpGet("{id}", Name = "Get")]
|
||||
//[HttpGet("{id}", Name = "Get")]
|
||||
[HttpGet("{id}")]
|
||||
public JumpResp Get(int id)
|
||||
{
|
||||
var result = _jumpService.GetJumpById(id);
|
||||
|
||||
Reference in New Issue
Block a user