update the landing page and add the firelane easter egg
This commit is contained in:
3
app.js
3
app.js
@@ -124,6 +124,9 @@ 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);
|
||||
|
||||
Reference in New Issue
Block a user