Skip to content

Commit 9765e6c

Browse files
committedMar 28, 2022
mixxed content fix
1 parent 925b639 commit 9765e6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/components/Home.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export default {
3030
var secondCurrencyType = this.secondCurrencyType;
3131
3232
//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`)
33+
fetch(`https://www.floatrates.com/daily/${this.baseCurrencyType}.json`)
3434
.then((res) => res.json())
3535
.then((data) => {
3636
this.data = data;

0 commit comments

Comments
 (0)