Skip to content

Commit 284bab1

Browse files
authored
Merge pull request #61 from Flagsmith/fix/base-url
fix(base_url): Use edge url
2 parents e6db4ce + 6ca2165 commit 284bab1

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# Changelog
2+
## [5.0.1]
3+
4+
- Change the base url to https://edge.api.flagsmith.com/api/v1/
5+
26

37
## [5.0.0]
48

lib/src/flagsmith_config.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ class FlagsmithConfig {
5151
/// You can configure the realtime updates source URL by setting the [realtimeUpdatesBaseURI] parameter
5252
5353
const FlagsmithConfig({
54-
this.baseURI = 'https://api.flagsmith.com/api/v1/',
54+
this.baseURI = 'https://edge.api.flagsmith.com/api/v1/',
5555
this.flagsURI = 'flags/',
5656
this.identitiesURI = 'identities/',
5757
this.traitsURI = 'traits/',

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: >-
33
Flutter Client SDK for https://www.flagsmith.com/, Flagsmith is 100% Open
44
Source. Host yourself or let us take care of the hosting.
55
6-
version: 5.0.0
6+
version: 5.0.1
77
homepage: https://github.com/Flagsmith/flagsmith-flutter-client
88
repository: https://github.com/Flagsmith/flagsmith-flutter-client
99
issue_tracker: https://github.com/Flagsmith/flagsmith-flutter-client/issues

0 commit comments

Comments
 (0)