Skip to content

Commit

Permalink
Merge pull request #693 from yeex/yeex-patch-30/11-1
Browse files Browse the repository at this point in the history
Daily dispatch
  • Loading branch information
yeex authored Dec 1, 2022
2 parents 916fb08 + 8ae5c0e commit fa79fd1
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-29-2022.csv';
private globalDataUrl = 'https://raw.githubusercontent.com/CSSEGISandData/COVID-19/master/csse_covid_19_data/csse_covid_19_daily_reports/11-30-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 fa79fd1

Please sign in to comment.