From 550cd848b0025143287ea22ebc096b2e605cc0cd Mon Sep 17 00:00:00 2001 From: MaysWind Date: Sun, 20 Apr 2025 11:05:05 +0800 Subject: [PATCH] update exchange rate data reference url for National Bank of Ukraine --- pkg/exchangerates/national_bank_of_ukraine_datasource.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/exchangerates/national_bank_of_ukraine_datasource.go b/pkg/exchangerates/national_bank_of_ukraine_datasource.go index 8b4e2c24..cf3d1d6c 100644 --- a/pkg/exchangerates/national_bank_of_ukraine_datasource.go +++ b/pkg/exchangerates/national_bank_of_ukraine_datasource.go @@ -15,7 +15,7 @@ import ( ) const nationalBankOfUkraineExchangeRateUrl = "https://bank.gov.ua/NBU_Exchange/exchange?json" -const nationalBankOfUkraineExchangeRateReferenceUrl = "https://bank.gov.ua/ua/markets/exchangerates" +const nationalBankOfUkraineExchangeRateReferenceUrl = "https://bank.gov.ua/en/markets/exchangerates" const nationalBankOfUkraineDataSource = "Національний банк України" const nationalBankOfUkraineBaseCurrency = "UAH"