Redirect /twitch to Twitch channel

This commit is contained in:
Alister N. Mada
2016-03-06 06:20:34 +07:00
parent f3ad170bab
commit eaa513dc56
2 changed files with 1 additions and 71 deletions

View File

@ -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) {