Skip to content

Commit

Permalink
support /about again
Browse files Browse the repository at this point in the history
  • Loading branch information
remy committed Apr 9, 2013
1 parent e53896e commit 6c81c61
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ module.exports = function (app) {
res.redirect('http://www.youtube.com/playlist?list=PLXmT1r4krsTooRDWOrIu23P3SEZ3luIUq');
});

app.get('/about', function (req, res) {
res.redirect('https://github.com/remy/jsbin/blob/master/README.markdown');
});

// Handler Events

binHandler.on('updated', spike.ping.bind(spike));
Expand Down

0 comments on commit 6c81c61

Please sign in to comment.