Skip to content

Commit 28ddd7f

Browse files
authored
Update App.vue
1 parent 756c3c0 commit 28ddd7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/popup/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@
147147
148148
methods: {
149149
getRates(){
150-
axios.get('https://api.fixer.io/latest?base=USD').then((res)=>{
150+
axios.get('https://openexchangerates.org/api/latest.json?app_id=b5127daca7ec4dcbaf094c4878dc411b').then((res)=>{
151151
this.currencies = res.data.rates;
152152
this.currencies.USD = 1;
153153
})

0 commit comments

Comments
 (0)