From 60b6adfa1e2ed68b62dee36921c2207b29452f5a Mon Sep 17 00:00:00 2001 From: MaysWind Date: Sun, 20 Apr 2025 10:22:05 +0800 Subject: [PATCH] update exchange rate data reference url for National Bank of Romania --- pkg/exchangerates/national_bank_of_romania_datasource.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/exchangerates/national_bank_of_romania_datasource.go b/pkg/exchangerates/national_bank_of_romania_datasource.go index c189323d..ea4528cd 100644 --- a/pkg/exchangerates/national_bank_of_romania_datasource.go +++ b/pkg/exchangerates/national_bank_of_romania_datasource.go @@ -18,7 +18,7 @@ import ( ) const nationalBankOfRomaniaExchangeRateUrl = "https://www.bnr.ro/nbrfxrates.xml" -const nationalBankOfRomaniaExchangeRateReferenceUrl = "https://www.bnr.ro/Exchange-rates-1224.aspx" +const nationalBankOfRomaniaExchangeRateReferenceUrl = "https://bnro.ro/Exchange-rates-1224.aspx" const nationalBankOfRomaniaDataSource = "Banca Naţională a României" const nationalBankOfRomaniaUpdateDateFormat = "2006-01-02 15"