summaryrefslogtreecommitdiff
path: root/routes/index.js
diff options
context:
space:
mode:
authorJonathan Vingiano <jvingiano@gmail.com>2013-01-17 15:34:15 -0500
committerJonathan Vingiano <jvingiano@gmail.com>2013-01-17 15:34:15 -0500
commite53a355ae0425c1d5f5a485d2748c692f1131024 (patch)
tree5f56678da6e7ad2a52f35a0ce70e8ce89c728fb1 /routes/index.js
waiting2init
Diffstat (limited to 'routes/index.js')
-rw-r--r--routes/index.js8
1 files changed, 8 insertions, 0 deletions
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 });
+};