mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-03-10 17:26:05 +01:00
Fix currency-api link (#5803)
This commit is contained in:
parent
a171671fe5
commit
2db1434929
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ namespace BTCPayServer.Services.Rates;
|
||||||
|
|
||||||
public class FreeCurrencyRatesRateProvider : IRateProvider
|
public class FreeCurrencyRatesRateProvider : IRateProvider
|
||||||
{
|
{
|
||||||
public RateSourceInfo RateSourceInfo => new("free-currency-rates", "Free Currency Rates", "https://cdn.jsdelivr.net/gh/fawazahmed0/currency-api@1/latest/currencies/btc.min.json");
|
public RateSourceInfo RateSourceInfo => new("free-currency-rates", "Free Currency Rates", "https://currency-api.pages.dev/v1/currencies/btc.min.json");
|
||||||
private readonly HttpClient _httpClient;
|
private readonly HttpClient _httpClient;
|
||||||
public FreeCurrencyRatesRateProvider(HttpClient httpClient)
|
public FreeCurrencyRatesRateProvider(HttpClient httpClient)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue