Skip to content
Snippets Groups Projects
Commit 521cc684 authored by Josefine Wegert's avatar Josefine Wegert
Browse files

included initialization

parent c2ddfad8
Branches
Tags
No related merge requests found
...@@ -37,7 +37,7 @@ app.set('view engine', '.hbs'); ...@@ -37,7 +37,7 @@ app.set('view engine', '.hbs');
//routes //routes
app.get('/', function(req, res){ app.get('/', function(req, res){
//initGitRepos.initialize(downloadFiles); initGitRepos.initialize(downloadFiles);
res.render('home', {downloadFiles: downloadNames}); res.render('home', {downloadFiles: downloadNames});
}); });
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment