mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-23 09:26:29 -06:00
Correct ratesapi URL
This commit is contained in:
parent
76aa8acf0f
commit
ced12ca83f
@ -71,7 +71,7 @@ class RatesApiIOv1 implements ExchangeRateInterface
|
||||
|
||||
// build URI
|
||||
$uri = sprintf(
|
||||
'https://ratesapi.io/api/%s?base=%s&symbols=%s',
|
||||
'https://api.ratesapi.io/api/%s?base=%s&symbols=%s',
|
||||
$date->format('Y-m-d'), $fromCurrency->code, $toCurrency->code
|
||||
);
|
||||
Log::debug(sprintf('Going to request exchange rate using URI %s', $uri));
|
||||
|
Loading…
Reference in New Issue
Block a user