summaryrefslogtreecommitdiff
path: root/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'app.js')
-rw-r--r--app.js1
1 files changed, 1 insertions, 0 deletions
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: '/' }));