fix a few minor issues post merge
This commit is contained in:
@@ -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'
|
||||
|
Reference in New Issue
Block a user