add learn-to-code
This commit is contained in:
1
app.js
1
app.js
@@ -123,6 +123,7 @@ app.use(express.static(path.join(__dirname, 'public'), { maxAge: week }));
|
||||
app.get('/', homeController.index);
|
||||
app.get('/challenges/:challengeNumber', challengesController.returnChallenge);
|
||||
app.get('/resources/interview-questions', resourcesController.interviewQuestions);
|
||||
app.get('/learn-to-code', resourcesController.learnToCode);
|
||||
app.get('/login', userController.getLogin);
|
||||
app.post('/login', userController.postLogin);
|
||||
app.get('/logout', userController.logout);
|
||||
|
Reference in New Issue
Block a user