Skip to content

Commit

Permalink
Changed bidder endpoint url
Browse files Browse the repository at this point in the history
  • Loading branch information
jsfledd committed Apr 7, 2021
1 parent 008e906 commit 21f3e0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/nativoBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { BANNER } from "../src/mediaTypes.js"
// import { config } from 'src/config'

const BIDDER_CODE = "nativo"
const BIDDER_ENDPOINT = "https://jadserve.postrelease.com/prebid"
const BIDDER_ENDPOINT = "https://exchange.postrelease.com/prebid"

const TIME_TO_LIVE = 360

Expand Down

0 comments on commit 21f3e0c

Please sign in to comment.