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 287769e commit 5139c98Copy full SHA for 5139c98
src/connections/sources/catalog/libraries/website/javascript/custom-proxy.md
@@ -104,7 +104,7 @@ const analytics = AnalyticsBrowser.load(
104
{
105
integrations: {
106
'Segment.io': {
107
- // POST https://MY-CUSTOM-API-PROXY.com/t --> proxies to
+ // POST https://MY-CUSTOM-API-PROXY.com/v1/t --> proxies to
108
// https://api.segment.io/v1/t
109
apiHost: 'MY-CUSTOM-API-PROXY.com/v1',
110
protocol: 'https' // optional
0 commit comments