Skip to content

Commit 97f434d

Browse files
authored
Merge pull request #20 from cmu-delphi/replace_proxy_references
update base url to reference `api.covidcast.cmu.edu/epidata`
2 parents 8659609 + 44653a3 commit 97f434d

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)