Skip to content

Commit 0c43c32

Browse files
authored
fix: Adjust flagsmith client url (#5525)
1 parent 4f46d12 commit 0c43c32

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

frontend/env/project_local.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ module.exports = global.Project = {
1111

1212
flagsmith: 'ENktaJnfLVbLifybz34JmX',
1313

14-
flagsmithClientAPI: 'https://api.flagsmith.com/api/v1/',
14+
flagsmithClientAPI: 'https://edge.api.flagsmith.com/api/v1/',
1515

1616
flagsmithClientEdgeAPI: 'https://edge.api.flagsmith.com/api/v1/',
1717
// This is used for Sentry tracking

frontend/env/project_prod.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ module.exports = global.Project = {
1717
// This is our Bullet Train API key - Bullet Train runs on Bullet Train!
1818
flagsmith: '4vfqhypYjcPoGGu8ByrBaj',
1919

20-
flagsmithClientAPI: 'https://api.flagsmith.com/api/v1/',
20+
flagsmithClientAPI: 'https://edge.api.flagsmith.com/api/v1/',
2121

2222
flagsmithClientEdgeAPI: 'https://edge.api.flagsmith.com/api/v1/',
2323

0 commit comments

Comments
 (0)