mirror of https://github.com/buster-so/buster.git
commit
a182d6944d
|
@ -14,7 +14,7 @@ pub struct BusterCredentials {
|
|||
impl Default for BusterCredentials {
|
||||
fn default() -> Self {
|
||||
Self {
|
||||
url: String::from("https://api.platform.buster.so"),
|
||||
url: String::from("https://api2.buster.so"),
|
||||
api_key: String::from(""),
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue