Skip to content

Commit

Permalink
Merge pull request #692 from yeex/yeex-patch-28/11-2
Browse files Browse the repository at this point in the history
Daily dispatch
  • Loading branch information
yeex authored Nov 29, 2022
2 parents 788efd9 + a8d1cc1 commit e058d95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/data.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { DateConsider } from './models/date-consider';
providedIn: 'root'
})
export class DataService {
private globalDataUrl = 'https://raw.githubusercontent.com/CSSEGISandData/COVID-19/master/csse_covid_19_data/csse_covid_19_daily_reports/11-27-2022.csv';
private globalDataUrl = 'https://raw.githubusercontent.com/CSSEGISandData/COVID-19/master/csse_covid_19_data/csse_covid_19_daily_reports/11-28-2022.csv';
private dateUrl = 'https://raw.githubusercontent.com/CSSEGISandData/COVID-19/master/csse_covid_19_data/csse_covid_19_time_series/time_series_covid19_confirmed_global.csv';
constructor(private http : HttpClient) { }

Expand Down

0 comments on commit e058d95

Please sign in to comment.