Skip to content

Commit

Permalink
Update emoteev endpoints (prebid#4329)
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-yuxuan authored and sa1omon committed Nov 28, 2019
1 parent ab6af4c commit e5d0666
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/emoteevBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ export const BIDDER_CODE = 'emoteev';
*/
export const ADAPTER_VERSION = '1.35.0';

export const DOMAIN = 'prebid.emoteev.io';
export const DOMAIN_STAGING = 'prebid-staging.emoteev.io';
export const DOMAIN = 'prebid.emoteev.xyz';
export const DOMAIN_STAGING = 'prebid-staging.emoteev.xyz';
export const DOMAIN_DEVELOPMENT = 'localhost:3000';

/**
Expand Down

0 comments on commit e5d0666

Please sign in to comment.