Update API about the stats "ByGear"
This commit is contained in:
@@ -57,7 +57,7 @@ namespace skydiveLogs_api.Business
|
||||
.ToList();
|
||||
}
|
||||
|
||||
public IEnumerable<Statistic> GetStatsByRig()
|
||||
public IEnumerable<Statistic> GetStatsByGear()
|
||||
{
|
||||
var allJumps = _jumpRepository.GetAll();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user