Skip to content

Commit

Permalink
fix(integrations/bitgrail): fix bitgrail api url
Browse files Browse the repository at this point in the history
  • Loading branch information
benmarten committed Jan 27, 2018
1 parent 98af08b commit 2d59631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/model/integrations/BitgrailWallet.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default class BitgrailWallet extends AbstractWallet {
}
let options = {
method: 'POST',
uri: 'https://bitgrail.com/api/v1/balances',
uri: 'https://api.bitgrail.com/v1/balances',
form: params,
json: true,
headers: {
Expand Down

0 comments on commit 2d59631

Please sign in to comment.