diff --git a/leo/credentials.rs b/leo/credentials.rs index dd50041d1e..e9d59faece 100644 --- a/leo/credentials.rs +++ b/leo/credentials.rs @@ -23,7 +23,7 @@ use std::{ path::{Path, PathBuf}, }; -pub const PACKAGE_MANAGER_URL: &str = "https://apm-backend-dev.herokuapp.com/"; +pub const PACKAGE_MANAGER_URL: &str = "https://apm-backend-prod.herokuapp.com/"; pub const LEO_CREDENTIALS_FILE: &str = "credentials";