Skip to content

Commit

Permalink
use prod schematic api as default
Browse files Browse the repository at this point in the history
  • Loading branch information
lakikowolfe committed Feb 14, 2024
1 parent 0524bbd commit 62ade88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/api_wrappers.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
get_all_manifests <- function(asset_view,
na_replace = NA,
access_token,
base_url = "https://schematic-dev.api.sagebionetworks.org",
base_url = "https://schematic.api.sagebionetworks.org",
verbose = FALSE) {
if (verbose) {
message(paste0("Getting storage project list for ", asset_view))
Expand Down

0 comments on commit 62ade88

Please sign in to comment.