Skip to content

Instantly share code, notes, and snippets.

@polidog
Last active December 15, 2015 07:49
Show Gist options
  • Save polidog/5226746 to your computer and use it in GitHub Desktop.
Save polidog/5226746 to your computer and use it in GitHub Desktop.
/*
* GET home page.
*/
var app = module.parent.exports
exports.index = function(req, res){
console.log(app);
res.render('index', { title: 'Express' });
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment