From 5ff4650d48d8bc13cab3a265d635d4e61415e841 Mon Sep 17 00:00:00 2001
From: Adhidarma Hadiwinoto <me@adhisimon.org>
Date: Tue, 12 Feb 2019 13:33:24 +0700
Subject: [PATCH] imageshack https

---
 index.js | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/index.js b/index.js
index 54b6859..c8c947b 100644
--- a/index.js
+++ b/index.js
@@ -109,7 +109,8 @@ app.get('/', function(req, res) {
         //balances = getBalances(suppliers);
 
         res.render(template_file, {
-            logo: 'https://imageshack.com/a/img922/2950/APPRuh.png',
+            _logo: 'https://imageshack.com/a/img922/2950/APPRuh.png',
+            logo: 'https://imagizer.imageshack.us/a/img922/2950/APPRuh.png',
             title: 'Supplier Balances',
             balances: balances,
             json_string: JSON.stringify(balances),
-- 
1.9.0