fixed incorrect url

This commit is contained in:
Ivan Socolsky 2014-11-21 17:02:08 -03:00
parent 379e15525a
commit 2cf8636c70
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ RateService.prototype._fetchCurrencies = function() {
var backoffSeconds = 5;
var updateFrequencySeconds = 3600;
var rateServiceUrl = 'https://bitpaya.com/api/rates';
var rateServiceUrl = 'https://bitpay.com/api/rates';
var retrieve = function () {
log.info('Fetching exchange rates');