diff options
| author | Jules Laplace <jules@okfoc.us> | 2013-01-29 13:44:15 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2013-01-29 13:44:15 -0500 |
| commit | 2c496370d991ea186faa6242927c1afc950b73be (patch) | |
| tree | ba188545b601fb9619cbf26472cf2dba20fbe78c /app.js | |
| parent | 78b95db387738279d8c1a648949bb8a57f6bf506 (diff) | |
foamposite
Diffstat (limited to 'app.js')
| -rw-r--r-- | app.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: '/', |
