Skip to content

Commit

Permalink
fix: not working in dev environment
Browse files Browse the repository at this point in the history
  • Loading branch information
deleteLater committed May 5, 2022
1 parent f418c5e commit 67cc491
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const secret = queryParams['secret'];
const prod = queryParams['prod'];
const configBase = {
options: {
...(!prod) && {api: 'https://api-dev.featureflag.co'},
...(prod === 'false') && {api: 'https://api-dev.featureflag.co'},
secret,
bootstrap: []
}
Expand Down

0 comments on commit 67cc491

Please sign in to comment.