Skip to content

Commit

Permalink
changed the URL (prebid#9698)
Browse files Browse the repository at this point in the history
  • Loading branch information
jlaso authored and jorgeluisrocha committed May 18, 2023
1 parent e17cdd8 commit 2d685eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/hadronRtdProvider.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const MODULE_NAME = 'realTimeData';
const SUBMODULE_NAME = 'hadron';
const AU_GVLID = 561;
const HADRON_ID_DEFAULT_URL = 'https://id.hadron.ad.gt/api/v1/hadronid?_it=prebid';
const HADRON_SEGMENT_URL = 'https://seg.hadron.ad.gt/api/v1/rtd';
const HADRON_SEGMENT_URL = 'https://id.hadron.ad.gt/api/v1/rtd';
export const HALOID_LOCAL_NAME = 'auHadronId';
export const RTD_LOCAL_NAME = 'auHadronRtd';
export const storage = getStorageManager({gvlid: AU_GVLID, moduleName: SUBMODULE_NAME});
Expand Down

0 comments on commit 2d685eb

Please sign in to comment.