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