Skip to content

Commit

Permalink
replace with test url
Browse files Browse the repository at this point in the history
  • Loading branch information
boshek authored Jul 9, 2024
1 parent f9ac851 commit f2b4858
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@

catalogue_base_url <- function() {
getOption("bcdata.catalogue_gui_url",
default = "https://catalogue.data.gov.bc.ca/")
default = "https://toyger.data.gov.bc.ca/")
}

catalogue_base_api_url <- function() {
getOption("bcdata.catalogue_api_url",
default = "https://catalogue.data.gov.bc.ca/api/3")
default = "https://toyger.data.gov.bc.ca/api/3")
}

wfs_base_url <- function(host = bcdc_web_service_host()) {
Expand Down

0 comments on commit f2b4858

Please sign in to comment.