Skip to content

Commit

Permalink
Fix URL template string for Netlify (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonsnir authored Sep 26, 2024
1 parent c7550f7 commit b875bd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integrations/netlify/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
],
"validationRequest": {
"endpoint": {
"url": "https://{{siteId}.netlify.app/.official-launchdarkly/edge-config-test",
"url": "https://{{siteId}}.netlify.app/.official-launchdarkly/edge-config-test",
"method": "GET",
"headers": [
{
Expand All @@ -52,7 +52,7 @@
},
"featureStoreRequest": {
"endpoint": {
"url": "https://{{siteId}.netlify.app/.official-launchdarkly/edge-config",
"url": "https://{{siteId}}.netlify.app/.official-launchdarkly/edge-config",
"method": "PUT",
"headers": [
{
Expand Down

0 comments on commit b875bd1

Please sign in to comment.