Revert "update the landing page and add the firelane easter egg"

This reverts commit 06c4ec540cf77b5d7b693a0725c37a90ca4f0fb0.
This commit is contained in:
Michael Q Larson
2014-12-05 11:49:21 -08:00
parent 0a627695e4
commit 704b4e52a3
4 changed files with 11 additions and 21 deletions

3
app.js
View File

@@ -124,9 +124,6 @@ app.get('/', homeController.index);
app.get(
'/resources/interview-questions',
resourcesController.interviewQuestions);
app.get(
'/resources/firelane',
resourcesController.firelane);
app.get('/learn-to-code', resourcesController.learnToCode);
app.get('/privacy', resourcesController.privacy);
app.get('/jquery-exercises', resourcesController.jqueryExercises);