Skip to content

Commit

Permalink
GC-100 Update the hostname of the end point (#10468)
Browse files Browse the repository at this point in the history
  • Loading branch information
southern-growthcode authored Sep 11, 2023
1 parent e626373 commit ff91af1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/growthCodeAnalyticsAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import {MODULE_TYPE_ANALYTICS} from '../src/activities/modules.js';

const MODULE_NAME = 'growthCodeAnalytics';
const DEFAULT_PID = 'INVALID_PID'
const ENDPOINT_URL = 'https://p2.gcprivacy.com/v3/pb/analytics'
const ENDPOINT_URL = 'https://analytics.gcprivacy.com/v3/pb/analytics'

export const storage = getStorageManager({moduleType: MODULE_TYPE_ANALYTICS, moduleName: MODULE_NAME});

Expand Down

0 comments on commit ff91af1

Please sign in to comment.