Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ee3bf6f

Browse files
authored
Update money-FINISHED.js
1 parent b06c281 commit ee3bf6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/77 - Currency Converter/money-FINISHED.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const fromInput = document.querySelector('[name="from_amount"]');
33
const toSelect = document.querySelector('[name="to_currency"]');
44
const toEl = document.querySelector('.to_amount');
55
const form = document.querySelector('.app form');
6-
const endpoint = 'https://api.exchangeratesapi.io/latest';
6+
const endpoint = 'https://api.ratesapi.io/latest';
77
const ratesByBase = {};
88

99
const currencies = {

0 commit comments

Comments
 (0)