We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 925b639 commit 9765e6cCopy full SHA for 9765e6c
src/components/Home.vue
@@ -30,7 +30,7 @@ export default {
30
var secondCurrencyType = this.secondCurrencyType;
31
32
//this could also be handled via axios, but due to the scope of this application, fetch does the job.
33
- fetch(`http://www.floatrates.com/daily/${this.baseCurrencyType}.json`)
+ fetch(`https://www.floatrates.com/daily/${this.baseCurrencyType}.json`)
34
.then((res) => res.json())
35
.then((data) => {
36
this.data = data;
0 commit comments