Skip to content

Commit

Permalink
fix: Change DNS for editor API
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Poignant <[email protected]>
  • Loading branch information
thomaspoignant committed Jul 26, 2024
1 parent e83d06e commit 8ada963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const config = {
swaggerURL:
'https://raw.githubusercontent.com/thomaspoignant/go-feature-flag/main/cmd/relayproxy/docs/swagger.yaml',
playgroundEvaluationApi:
'https://fjaf6mppiu.eu-west-1.awsapprunner.com/v1/feature/evaluate',
'https://editor.api.gofeatureflag.org/v1/feature/evaluate',
},
// Even if you don't use internalization, you can use this field to set useful
// metadata like html lang. For example, if your site is Chinese, you may want
Expand Down

0 comments on commit 8ada963

Please sign in to comment.