We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a51933f commit a2b9e2bCopy full SHA for a2b9e2b
src/flagsmith/mod.rs
@@ -16,7 +16,7 @@ use self::models::{Flag, Flags};
16
use super::error;
17
use std::sync::mpsc::{self, Sender, TryRecvError};
18
19
-const DEFAULT_API_URL: &str = "https://edge.flagsmith.com/api/v1/";
+const DEFAULT_API_URL: &str = "https://edge.api.flagsmith.com/api/v1/";
20
21
pub struct FlagsmithOptions {
22
pub api_url: String,
0 commit comments