Skip to content

Commit 00f836c

Browse files
authored
Merge pull request #105 from cmu-delphi/replace_proxy_references
update base url to `api.delphi.cmu.edu`
2 parents e608e2f + 864e471 commit 00f836c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/constants.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version <- "1.0.0"
22
http_headers <- httr::add_headers("User-Agent" = paste0("epidatr/", version), "Accept-Encoding" = "gzip")
3-
global_base_url <- "https://api.covidcast.cmu.edu/epidata/"
3+
global_base_url <- "https://api.delphi.cmu.edu/epidata/"

0 commit comments

Comments
 (0)