We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b06c281 commit ee3bf6fCopy full SHA for ee3bf6f
exercises/77 - Currency Converter/money-FINISHED.js
@@ -3,7 +3,7 @@ const fromInput = document.querySelector('[name="from_amount"]');
3
const toSelect = document.querySelector('[name="to_currency"]');
4
const toEl = document.querySelector('.to_amount');
5
const form = document.querySelector('.app form');
6
-const endpoint = 'https://api.exchangeratesapi.io/latest';
+const endpoint = 'https://api.ratesapi.io/latest';
7
const ratesByBase = {};
8
9
const currencies = {
0 commit comments