From 946121fad4009b28f9fb4891a40e64171a8a5d78 Mon Sep 17 00:00:00 2001 From: dal Date: Wed, 12 Feb 2025 09:43:03 -0700 Subject: [PATCH] change default url --- cli/src/utils/file/buster_credentials.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/src/utils/file/buster_credentials.rs b/cli/src/utils/file/buster_credentials.rs index 7270b9dbe..93c406729 100644 --- a/cli/src/utils/file/buster_credentials.rs +++ b/cli/src/utils/file/buster_credentials.rs @@ -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(""), } }