File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
crates/js/lib/src/integrations/permutive Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- import { log } from '../core/log' ;
1+ import { log } from '../../ core/log' ;
22
33declare const permutive : {
44 config : {
@@ -49,14 +49,14 @@ function installPermutiveShim() {
4949 const host = window . location . host ;
5050 const protocol = window . location . protocol === 'https:' ? 'https' : 'http' ;
5151
52- permutive . config . apiHost = host + '/permutive/api' ;
52+ permutive . config . apiHost = host + '/integrations/ permutive/api' ;
5353 permutive . config . apiProtocol = protocol ;
5454
55- permutive . config . secureSignalsApiHost = host + '/permutive/secure-signal' ;
55+ permutive . config . secureSignalsApiHost = host + '/integrations/ permutive/secure-signal' ;
5656
57- permutive . config . segmentSyncApiHost = host + '/permutive/sync' ;
57+ permutive . config . segmentSyncApiHost = host + '/integrations/ permutive/sync' ;
5858
59- permutive . config . cdnBaseUrl = host + '/permutive/cdn' ;
59+ permutive . config . cdnBaseUrl = host + '/integrations/ permutive/cdn' ;
6060 permutive . config . cdnProtocol = protocol ;
6161
6262 log . info ( 'Permutive shim installed' , {
You can’t perform that action at this time.
0 commit comments