fix /chat should go to gitter

This commit is contained in:
Berkeley Martinez
2015-06-20 23:16:45 -07:00
parent c2d3652272
commit 9f1b6c58a5

View File

@ -231,13 +231,7 @@ module.exports = {
}, },
chat: function chat(req, res) { chat: function chat(req, res) {
if (req.user && req.user.progressTimestamps.length > 5) { res.redirect('//gitter.im/FreeCodeCamp/FreeCodeCamp');
res.redirect('http://freecodecamp.slack.com');
} else {
res.render('resources/chat', {
title: 'Watch us code live on Twitch.tv'
});
}
}, },
jobsForm: function jobsForm(req, res) { jobsForm: function jobsForm(req, res) {