diff options
| author | Jules Laplace <jules@okfoc.us> | 2013-01-28 12:08:37 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2013-01-28 12:08:37 -0500 |
| commit | 189be0c59edc357cf17be592e35aa258ab3f3643 (patch) | |
| tree | 04a5d6e5a829301769f1f5d6b53ee0a310b9c68f /app.js | |
| parent | 04a10a9654e4762c78aef83e552993bedd845988 (diff) | |
hover route
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: '/' })); |
