add learn button back in and fix redirect loop associated with it
This commit is contained in:
@@ -101,7 +101,7 @@ module.exports = function(app) {
|
||||
|
||||
const send200toNonUser = ifNoUserSend(true);
|
||||
const redirectNonUser = ifNoUserRedirectTo(
|
||||
'/challenges/learn-how-free-code-camp-works'
|
||||
'/map'
|
||||
);
|
||||
|
||||
router.post(
|
||||
|
Reference in New Issue
Block a user