Skip to content

Commit 44653a3

Browse files
committed
update base url to reference 'api.covidcast.cmu.edu/epidata'
1 parent 8659609 commit 44653a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

epidatpy/_constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66

77
HTTP_HEADERS: Final = {"User-Agent": f"epidatpy/{__version__}"}
88

9-
BASE_URL: Final = "https://delphi.cmu.edu/epidata/"
9+
BASE_URL: Final = "https://api.covidcast.cmu.edu/epidata/"

0 commit comments

Comments
 (0)