add step based challenge to framework
This commit is contained in:
committed by
Berkeley Martinez
parent
ab204c654e
commit
416a866ec0
@@ -22,7 +22,7 @@ module.exports = function(app) {
|
||||
|
||||
function index(req, res) {
|
||||
if (req.user) {
|
||||
return res.render('resources/get-started', { title: message });
|
||||
return res.redirect('/map');
|
||||
}
|
||||
res.render('home', { title: message });
|
||||
}
|
||||
|
Reference in New Issue
Block a user