Updated UnloadTemps repo to get data for whole week instead of just the last day.
This commit is contained in:
@ -42,9 +42,9 @@ namespace ReportingServices.API.Controllers
|
||||
}
|
||||
|
||||
[HttpGet("RDS")]
|
||||
public List<RDS> GetRDSForLastDay()
|
||||
public List<RDS> GetRDSForLastDay(string date)
|
||||
{
|
||||
return _scrapeDBRepository.GetRDSForLastDay();
|
||||
return _scrapeDBRepository.GetRDSForLastDay(date);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user