Skip to content

Commit a2b9e2b

Browse files
matthewelwellgagantrivedi
authored andcommitted
Update API url (#10)
1 parent a51933f commit a2b9e2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/flagsmith/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ use self::models::{Flag, Flags};
1616
use super::error;
1717
use std::sync::mpsc::{self, Sender, TryRecvError};
1818

19-
const DEFAULT_API_URL: &str = "https://edge.flagsmith.com/api/v1/";
19+
const DEFAULT_API_URL: &str = "https://edge.api.flagsmith.com/api/v1/";
2020

2121
pub struct FlagsmithOptions {
2222
pub api_url: String,

0 commit comments

Comments
 (0)