Merge pull request #15966 from codingCoffee/frankfurter

fix: changed currency exchange API to frankfurter
diff --git a/erpnext/setup/utils.py b/erpnext/setup/utils.py
index 309866b..0216c3b 100644
--- a/erpnext/setup/utils.py
+++ b/erpnext/setup/utils.py
@@ -98,7 +98,7 @@
 
 		if not value:
 			import requests
-			api_url = "https://frankfurter.erpnext.org/{0}".format(transaction_date)
+			api_url = "https://frankfurter.app/{0}".format(transaction_date)
 			response = requests.get(api_url, params={
 				"base": from_currency,
 				"symbols": to_currency