pub async fn refresh_forecasts(
__arg0: State<ForecastingState>,
__arg1: Json<RefreshForecastsRequest>,
) -> Result<Json<Value>, StatusCode>Expand description
Refresh forecasts (no database)
POST /api/v1/forecasts/refresh
pub async fn refresh_forecasts(
__arg0: State<ForecastingState>,
__arg1: Json<RefreshForecastsRequest>,
) -> Result<Json<Value>, StatusCode>Refresh forecasts (no database)
POST /api/v1/forecasts/refresh