summaryrefslogtreecommitdiff
path: root/app.js
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2013-01-29 13:44:15 -0500
committerJules Laplace <jules@okfoc.us>2013-01-29 13:44:15 -0500
commit2c496370d991ea186faa6242927c1afc950b73be (patch)
treeba188545b601fb9619cbf26472cf2dba20fbe78c /app.js
parent78b95db387738279d8c1a648949bb8a57f6bf506 (diff)
foamposite
Diffstat (limited to 'app.js')
-rw-r--r--app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app.js b/app.js
index 69c83c3..e346be0 100644
--- a/app.js
+++ b/app.js
@@ -106,7 +106,7 @@ passport.use(new FacebookStrategy({
));
-app.get('/', routes.index);
+app.get('/', routes.hover);
app.get('/hover', routes.hover);
app.get('/auth/facebook', passport.authenticate('facebook'));
app.get('/auth/facebook/callback', passport.authenticate('facebook', { successRedirect: '/',