Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(base_url): Use edge url #61

Merged
merged 2 commits into from
Oct 16, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/src/flagsmith_config.dart
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class FlagsmithConfig {
/// You can configure the realtime updates source URL by setting the [realtimeUpdatesBaseURI] parameter

const FlagsmithConfig({
this.baseURI = 'https://api.flagsmith.com/api/v1/',
this.baseURI = 'https://edge.api.flagsmith.com/api/v1/',
this.flagsURI = 'flags/',
this.identitiesURI = 'identities/',
this.traitsURI = 'traits/',
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: >-
Flutter Client SDK for https://www.flagsmith.com/, Flagsmith is 100% Open
Source. Host yourself or let us take care of the hosting.

version: 5.0.0
version: 5.0.1
homepage: https://github.com/Flagsmith/flagsmith-flutter-client
repository: https://github.com/Flagsmith/flagsmith-flutter-client
issue_tracker: https://github.com/Flagsmith/flagsmith-flutter-client/issues
Expand Down
Loading