From e53a355ae0425c1d5f5a485d2748c692f1131024 Mon Sep 17 00:00:00 2001 From: Jonathan Vingiano Date: Thu, 17 Jan 2013 15:34:15 -0500 Subject: waiting2init --- routes/index.js | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 routes/index.js (limited to 'routes/index.js') diff --git a/routes/index.js b/routes/index.js new file mode 100644 index 0000000..0bf1fed --- /dev/null +++ b/routes/index.js @@ -0,0 +1,8 @@ + +/* + * GET home page. + */ + +exports.index = function(req, res){ + res.render('index', { title: 'How Long Can You Wait?', currentUser: req.user }); +}; -- cgit v1.2.3-70-g09d2