in the middle of the work for authentication
This commit is contained in:
		@@ -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
 | 
			
		||||
  });
 | 
			
		||||
};
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user