fix a few minor issues post merge

This commit is contained in:
Michael Q Larson
2015-04-16 23:16:55 -07:00
parent d7f862eea5
commit d2fae63310
3 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@
exports.index = function(req, res) {
if (req.user) {
res.redirect('/learn-to-code')
res.redirect('/challenges/')
} else {
res.render('home', {
title: 'Learn to Code and Become a Software Engineer'