Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

Commit

Permalink
Update grtpAPI
Browse files Browse the repository at this point in the history
  • Loading branch information
chadwhitacre committed Jun 30, 2016
1 parent 608b1f0 commit ddd038f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/v2.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
var Gratipay = window.Gratipay || {};

// Where's our files?
var api = window.grtpAPI || 'https://grtp.co/v1/';
var api = window.grtpAPI || 'https://grtp.co/v2/';

window._grtp = window._grtp || [];

Expand Down
2 changes: 1 addition & 1 deletion lib/v2/api.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(function(_) {
'use strict';

var api = window.grtpAPI || 'https://grtp.co/v1/';
var api = window.grtpAPI || 'https://grtp.co/v2/';
var gratipayURI = window.gratipayURI || 'https://gratipay.com/';
var _grtp = window._grtp || [];

Expand Down

0 comments on commit ddd038f

Please sign in to comment.