Skip to content

Commit

Permalink
Update pixfutureBidAdapter.js
Browse files Browse the repository at this point in the history
  • Loading branch information
pixfuture-media authored Aug 6, 2021
1 parent 7710dd9 commit 263d3c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/pixfutureBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ export const spec = {
}

const ret = {
url: `${hostname}/auc/auc.php`,
url: `${hostname}/`,
method: 'POST',
options: {withCredentials: false},
data: {
Expand Down

1 comment on commit 263d3c8

@pixfuture-media
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The line #115 should be this: url: ${hostname}/,

Please sign in to comment.