add new counselors and add legacy route for about path
This commit is contained in:
1
app.js
1
app.js
@ -215,6 +215,7 @@ app.get(
|
||||
resourcesController.pairProgramWithTeamViewer
|
||||
);
|
||||
app.get('/learn-to-code', resourcesController.about);
|
||||
app.get('/about', resourcesController.about);
|
||||
app.get('/login', userController.getLogin);
|
||||
app.post('/login', userController.postLogin);
|
||||
app.get('/logout', userController.logout);
|
||||
|
Reference in New Issue
Block a user