From 189be0c59edc357cf17be592e35aa258ab3f3643 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Mon, 28 Jan 2013 12:08:37 -0500 Subject: hover route --- routes/index.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'routes/index.js') diff --git a/routes/index.js b/routes/index.js index ac696e9..b8a9461 100644 --- a/routes/index.js +++ b/routes/index.js @@ -6,3 +6,7 @@ exports.index = function(req, res){ res.render('index', { title: 'Wait Site', currentUser: req.user }); }; + +exports.hover = function(req, res){ + res.render('hover', { title: 'Wait Site', currentUser: req.user }); +}; -- cgit v1.2.3-70-g09d2