From 7a961819af57ccfb34d8fde4d9acb87d4c3cd2e4 Mon Sep 17 00:00:00 2001 From: idoalit Date: Fri, 25 Jun 2021 16:25:50 +0700 Subject: [PATCH] Change quotes server --- template/default/visitor_template.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 })