Skip to content

Commit

Permalink
Update bucksenseBidAdapter.js (#4898)
Browse files Browse the repository at this point in the history
Removed port 445, going on default 443
  • Loading branch information
bkse-stefanodechicchis authored Mar 3, 2020
1 parent ecbe420 commit 146b7b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/bucksenseBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import * as utils from '../src/utils.js';

const WHO = 'BKSHBID-005';
const BIDDER_CODE = 'bucksense';
const URL = 'https://prebid.bksn.se:445/prebidjs/';
const URL = 'https://prebid.bksn.se/prebidjs/';

export const spec = {
code: BIDDER_CODE,
Expand Down

0 comments on commit 146b7b8

Please sign in to comment.