File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 24
24
from sentry_sdk .integrations .redis import RedisIntegration
25
25
26
26
EPIVIS_URL = os .environ .get ("EPIVIS_URL" , "https://deploy-preview-36--cmu-delphi-epivis.netlify.app/" )
27
- DATA_EXPORT_URL = os .environ .get ("DATA_EXPORT_URL" , "https://api.covidcast .cmu.edu/epidata/covidcast/csv" )
27
+ DATA_EXPORT_URL = os .environ .get ("DATA_EXPORT_URL" , "https://api.delphi .cmu.edu/epidata/covidcast/csv" )
28
28
29
29
SENTRY_DSN = os .environ .get ('SENTRY_DSN' )
30
30
if SENTRY_DSN :
Original file line number Diff line number Diff line change 7
7
from signal_documentation .celery import BaseTaskWithRetry , app
8
8
from signals .tools import SignalLastUpdatedParser
9
9
10
- COVID_CAST_META_URL = os .environ .get ('COVID_CAST_META_URL' , 'https://api.covidcast .cmu.edu/epidata/covidcast/meta' )
10
+ COVID_CAST_META_URL = os .environ .get ('COVID_CAST_META_URL' , 'https://api.delphi .cmu.edu/epidata/covidcast/meta' )
11
11
12
12
13
13
@app .task (bind = BaseTaskWithRetry )
Original file line number Diff line number Diff line change @@ -275,7 +275,7 @@ <h5>Plot / Export data</h5>
275
275
276
276
if ( ! requestSent ) {
277
277
$ . ajax ( {
278
- url : 'https://api.covidcast .cmu.edu/epidata/covidcast/' ,
278
+ url : 'https://api.delphi .cmu.edu/epidata/covidcast/' ,
279
279
type : 'GET' ,
280
280
data : {
281
281
'time_type' : timeType ,
You can’t perform that action at this time.
0 commit comments