From 15e1be0bdd9797d17fc4a02f8505eb82c6c2a609 Mon Sep 17 00:00:00 2001 From: Aryan Verma Date: Tue, 6 Jan 2026 16:03:00 +0530 Subject: [PATCH] Update app.js --- CurrencyConverter/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CurrencyConverter/app.js b/CurrencyConverter/app.js index 6009ab0..4016167 100644 --- a/CurrencyConverter/app.js +++ b/CurrencyConverter/app.js @@ -1,4 +1,4 @@ -const BASE_URL = +onst BASE_URL = "https://cdn.jsdelivr.net/gh/fawazahmed0/currency-api@1/latest/currencies"; const dropdowns = document.querySelectorAll(".dropdown select");