From f2b4858f1d9013e4b05a0e971d2a2851b4b2ac54 Mon Sep 17 00:00:00 2001 From: Sam Albers Date: Tue, 9 Jul 2024 16:13:08 -0700 Subject: [PATCH] replace with test url --- R/utils.R | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/R/utils.R b/R/utils.R index 4a542bdd..fb2fdc1c 100644 --- a/R/utils.R +++ b/R/utils.R @@ -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()) {