helper url for issues

This commit is contained in:
Remy Sharp 2013-07-16 15:36:19 +01:00
parent 6e2e2e44da
commit 2fca1a3fc6

View File

@ -38,6 +38,11 @@ module.exports = function (app) {
res.redirect('https://github.com/remy/jsbin/blob/master/README.markdown');
});
app.get(['/issues', '/bugs'], function (req, res) {
res.redirect('https://github.com/remy/jsbin/issues/');
});
// Handler Events
binHandler.on('updated', spike.ping.bind(spike));