diff --git a/api/jhu-edu.js b/api/jhu-edu.js index 5bcd326..82b1d75 100644 --- a/api/jhu-edu.js +++ b/api/jhu-edu.js @@ -18,7 +18,7 @@ const csv = require('csvtojson') const csvPath = { confirmed: 'https://raw.githubusercontent.com/CSSEGISandData/COVID-19/master/csse_covid_19_data/csse_covid_19_time_series/time_series_covid19_confirmed_global.csv', deaths: 'https://raw.githubusercontent.com/CSSEGISandData/COVID-19/master/csse_covid_19_data/csse_covid_19_time_series/time_series_covid19_deaths_global.csv', - recovered: 'https://raw.githubusercontent.com/CSSEGISandData/COVID-19/master/csse_covid_19_data/csse_covid_19_time_series/time_series_19-covid-Recovered.csv' + recovered: 'https://raw.githubusercontent.com/CSSEGISandData/COVID-19/master/csse_covid_19_data/csse_covid_19_time_series/time_series_covid19_recovered_global.csv' } const fixedCountryCodes = require('../dataset/country-codes.json')