Skip to content

Commit d32c6d1

Browse files
committed
update media tretment using coleo-api
1 parent c32bf75 commit d32c6d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/coleo_api_utils.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ media_server <- function(){
7474
if(file.exists(".local-server")){
7575
s <- as.character(readRDS(".local-server"))
7676
}else{
77-
s <- "https://coleo.biodiversite-quebec.ca/upload/"
77+
s <- "https://biodiversite-quebec.ca/upload/"
7878
}
7979
}
8080
return(s)

0 commit comments

Comments
 (0)