From 189be0c59edc357cf17be592e35aa258ab3f3643 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Mon, 28 Jan 2013 12:08:37 -0500 Subject: hover route --- app.js | 1 + 1 file changed, 1 insertion(+) (limited to 'app.js') diff --git a/app.js b/app.js index 5dbb1aa..fcb5388 100644 --- a/app.js +++ b/app.js @@ -94,6 +94,7 @@ passport.use(new FacebookStrategy({ app.get('/', routes.index); +app.get('/hover', routes.hover); app.get('/auth/facebook', passport.authenticate('facebook')); app.get('/auth/facebook/callback', passport.authenticate('facebook', { successRedirect: '/', failureRedirect: '/' })); -- cgit v1.2.3-70-g09d2