Skip to content

Commit

Permalink
Change quotes server
Browse files Browse the repository at this point in the history
  • Loading branch information
idoalit committed Jun 25, 2021
1 parent f36838e commit 7a96181
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion template/default/visitor_template.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,8 @@
this.image = './images/persons/photo.png'
},
getQuotes: function() {
axios.get('https://api.quotable.io/random')
// Alternative Free Quotes API: https://api.quotable.io/random
axios.get('https://kutipan.herokuapp.com/')
.then(res => {
this.quotes = res.data
})
Expand Down

1 comment on commit 7a96181

@desawarna
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

gemes quotes nya 🤭

Please sign in to comment.