Skip to content

Commit

Permalink
Fix endpoint for brainy (#2534)
Browse files Browse the repository at this point in the history
* Fix endpoint

* Correction corresponding to CORS

* Revert "Correction corresponding to CORS"

This reverts commit 1683291.
  • Loading branch information
brainymisio authored and jsnellbaker committed May 18, 2018
1 parent 10f923e commit b9ee826
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/brainyBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import {registerBidder} from 'src/adapters/bidderFactory';
import { BANNER } from 'src/mediaTypes';

const BIDDER_CODE = 'brainy';
const BASE_URL = '//proparm.co.jp/ssp/p/pbjs';
const BASE_URL = '//proparm.jp/ssp/p/pbjs';

/**
* Check if the browser supports flash
Expand Down
2 changes: 1 addition & 1 deletion test/spec/modules/brainyBidAdapter_spec.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { expect } from 'chai';
import { spec } from 'modules/brainyBidAdapter';

const URL = '//proparm.co.jp/ssp/p/pbjs';
const URL = '//proparm.jp/ssp/p/pbjs';
const BIDDER_CODE = 'brainy';

const validBidReq = {
Expand Down

0 comments on commit b9ee826

Please sign in to comment.