From 521cc684c83eeea0db9d645c5e9a6ec12d945266 Mon Sep 17 00:00:00 2001 From: jweg <jweg@informatik.uni-kiel.de> Date: Tue, 25 Jul 2017 13:28:46 +0200 Subject: [PATCH] included initialization --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index 1fdccbb..c02bf00 100644 --- a/app.js +++ b/app.js @@ -37,7 +37,7 @@ app.set('view engine', '.hbs'); //routes app.get('/', function(req, res){ - //initGitRepos.initialize(downloadFiles); + initGitRepos.initialize(downloadFiles); res.render('home', {downloadFiles: downloadNames}); }); -- GitLab