Commit f67b27e06e45a4a02876ab2ee27848ae0b22ebb5

Authored by Adhidarma Hadiwinoto
1 parent fdf150df47
Exists in master

html

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

... ... @@ -76,6 +76,9 @@ app.get('/', function(req, res) {
76 76 var thousands = true;
77 77  
78 78 res.format({
  79 + html: function() {
  80 + template_file = 'index.html';
  81 + },
79 82 text: function() {
80 83 template_file = 'index.txt';
81 84 },