diff --git a/template/default/visitor_template.php b/template/default/visitor_template.php index 1f57dd1f..392c742f 100644 --- a/template/default/visitor_template.php +++ b/template/default/visitor_template.php @@ -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 })