diff --git a/server/boot/challenge.js b/server/boot/challenge.js index c8da8de013..a1a748b402 100644 --- a/server/boot/challenge.js +++ b/server/boot/challenge.js @@ -20,7 +20,7 @@ const isDev = process.env.NODE_ENV !== 'production'; const isBeta = !!process.env.BETA; const debug = debugFactory('freecc:challenges'); const challengesRegex = /^(bonfire|waypoint|zipline|basejump)/i; -const firstChallenge = 'waypoint-say-hello-to-html-elements'; +const firstChallenge = 'waypoint-learn-how-free-code-camp-works'; const challengeView = { 0: 'coursewares/showHTML', 1: 'coursewares/showJS',