Skip to content

Commit

Permalink
new npn_portal services url
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffswitzer committed Jan 11, 2024
1 parent 46665a9 commit 73cc95c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/zzz.R
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,9 @@ base <- function(){
}

if(pkg.env$remote_env=="ops"){
return('https://www.usanpn.org/npn_portal/')
return('https://services.usanpn.org/npn_portal/')
}else{
return('https://www-dev.usanpn.org/npn_portal/')
return('https://services-staging.usanpn.org/npn_portal/')
}
}

Expand Down

0 comments on commit 73cc95c

Please sign in to comment.