Skip to content

Commit

Permalink
ENG-623
Browse files Browse the repository at this point in the history
  • Loading branch information
aecook committed May 1, 2018
1 parent 6bbf7a7 commit a3c483a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/freestarBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import {config} from 'src/config';
import {registerBidder} from 'src/adapters/bidderFactory';
import {BANNER, NATIVE, VIDEO} from "../src/mediaTypes";
const BIDDER_CODE = 'freestar';
const ENDPOINT_URL = 'https://openssp.pub.network:8443/open-ssp/HeaderBiddingService';
const ENDPOINT_URL = 'https://ssp.pub.network/ssp-server/HeaderBiddingService';
const syncURLs = [];
export const spec = {
code: BIDDER_CODE,
Expand Down

0 comments on commit a3c483a

Please sign in to comment.