summaryrefslogtreecommitdiff
path: root/app.js
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2013-01-28 12:08:37 -0500
committerJules Laplace <jules@okfoc.us>2013-01-28 12:08:37 -0500
commit189be0c59edc357cf17be592e35aa258ab3f3643 (patch)
tree04a5d6e5a829301769f1f5d6b53ee0a310b9c68f /app.js
parent04a10a9654e4762c78aef83e552993bedd845988 (diff)
hover route
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: '/' }));