We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 965b2b7 commit 13d79f9Copy full SHA for 13d79f9
src/connections/sources/catalog/libraries/website/javascript/custom-proxy.md
@@ -89,7 +89,7 @@ Proxy settings and destination requests that typically go to `https://cdn.segmen
89
```ts
90
const analytics = AnalyticsBrowser.load({
91
writeKey,
92
- // GET https://MY-CUSTOM-CDN-PROXY.com/v1/project/<writekey>/settings --> proxies to
+ // GET https://MY-CUSTOM-CDN-PROXY.com/v1/projects/<writekey>/settings --> proxies to
93
// https://cdn.segment.com/v1/projects/<writekey>/settings
94
95
// GET https://MY-CUSTOM-CDN-PROXY.com/next-integrations/actions/...js --> proxies to
0 commit comments