This commit is contained in:
Harald G. Mueller 2024-06-23 23:25:21 +00:00
parent f2c177c1f8
commit fc416b8854

View File

@ -86,7 +86,7 @@ https://github.com/15Dkatz/official_joke_api
https://v6.exchangerate-api.com/v6/bb9ddd1855e84ded5fca04e0/latest/USD https://v6.exchangerate-api.com/v6/bb9ddd1855e84ded5fca04e0/latest/USD
` ```
curl https://v6.exchangerate-api.com/v6/bb9ddd1855e84ded5fca04e0/latest/CHF | grep USD curl https://v6.exchangerate-api.com/v6/bb9ddd1855e84ded5fca04e0/latest/CHF | grep USD
curl https://v6.exchangerate-api.com/v6/bb9ddd1855e84ded5fca04e0/latest/CHF | grep EUR curl https://v6.exchangerate-api.com/v6/bb9ddd1855e84ded5fca04e0/latest/CHF | grep EUR
` ```