add learn button back in and fix redirect loop associated with it

This commit is contained in:
Quincy Larson
2015-09-08 21:15:18 -07:00
parent d884aaa924
commit 1e82165ed2
2 changed files with 3 additions and 1 deletions

View File

@@ -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(