Merge pull request #119 from buster-so/staging

change default url
This commit is contained in:
dal 2025-02-12 08:43:35 -08:00 committed by GitHub
commit a182d6944d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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(""),
}
}