in the middle of the work for authentication

This commit is contained in:
Marc Wäckerlin
2016-07-29 19:25:06 +00:00
parent bdaebcc92f
commit 82bb795b85
9 changed files with 338 additions and 90 deletions

View File

@@ -1,4 +1,3 @@
/*
* GET home page.
*/
@@ -6,8 +5,8 @@
var package = require(__dirname+"/../package.json");
exports.index = function(req, res) {
res.render('index', {
packagename: package.name,
packageversion: package.version
res.render('index', {
packagename: package.name,
packageversion: package.version
});
};