Skip to content

Commit

Permalink
AdagioBidAdapter: bug: fix endpoint (prebid#10220)
Browse files Browse the repository at this point in the history
  • Loading branch information
osazos authored and Santiago Carabone committed Aug 22, 2023
1 parent 6da5b89 commit 884e8e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/adagioBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ import { userSync } from '../src/userSync.js';
const BIDDER_CODE = 'adagio';
const LOG_PREFIX = 'Adagio:';
const FEATURES_VERSION = '1';
export const ENDPOINT = 'http://127.0.0.1:8080/prebid';
export const ENDPOINT = 'https://mp.4dex.io/prebid';
const SUPPORTED_MEDIA_TYPES = [BANNER, NATIVE, VIDEO];
const ADAGIO_TAG_URL = 'https://script.4dex.io/localstore.js';
const ADAGIO_LOCALSTORAGE_KEY = 'adagioScript';
Expand Down

0 comments on commit 884e8e2

Please sign in to comment.