Redirect /twitch to Twitch channel
This commit is contained in:
@ -276,9 +276,7 @@ module.exports = function(app) {
|
||||
}
|
||||
|
||||
function twitch(req, res) {
|
||||
res.render('resources/twitch', {
|
||||
title: 'Watch us code on Twitch.tv and LiveCoding.tv'
|
||||
});
|
||||
res.redirect('https://twitch.tv/freecodecamp');
|
||||
}
|
||||
|
||||
function unsubscribe(req, res, next) {
|
||||
|
Reference in New Issue
Block a user