Commit 5ff4650d48d8bc13cab3a265d635d4e61415e841

Authored by Adhidarma Hadiwinoto
1 parent 27a9b629f3
Exists in master

imageshack https

Showing 1 changed file with 2 additions and 1 deletions Side-by-side Diff

... ... @@ -109,7 +109,8 @@ app.get('/', function(req, res) {
109 109 //balances = getBalances(suppliers);
110 110  
111 111 res.render(template_file, {
112   - logo: 'https://imageshack.com/a/img922/2950/APPRuh.png',
  112 + _logo: 'https://imageshack.com/a/img922/2950/APPRuh.png',
  113 + logo: 'https://imagizer.imageshack.us/a/img922/2950/APPRuh.png',
113 114 title: 'Supplier Balances',
114 115 balances: balances,
115 116 json_string: JSON.stringify(balances),