public async Task <IActionResult> GetLeagueScoring() { var scoring = await _repo.GetLeagueScoring(); return(Ok(scoring)); }