mirror of
https://github.com/jsbin/jsbin.git
synced 2026-01-18 15:18:04 +00:00
helper url for issues
This commit is contained in:
parent
6e2e2e44da
commit
2fca1a3fc6
@ -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));
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user