Skip to content

Commit

Permalink
set dev url wrong, fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark MacGillivray committed Oct 17, 2016
1 parent 6cc0683 commit ae8a15d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/oab.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ var oab = {
test : false, // this sends requests with the test parameter set
debug : true, // this puts the button in debug mode, issues debug warnings

api_address : 'https://dev.api.cottagelabs.com', // 'https://api.openaccessbutton.org',
api_address : 'https://dev.api.cottagelabs.com/service/oab', // 'https://api.openaccessbutton.org',

site_address : 'https://oab.test.cottagelabs.com', // 'https://openaccessbutton.org',

Expand Down

0 comments on commit ae8a15d

Please sign in to comment.