mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-16 21:06:35 +08:00
Removed forgot_password URLs for now until they are implemented on another branch
This commit is contained in:
parent
8440efa84d
commit
e541ac0793
2
app.js
2
app.js
@ -79,8 +79,6 @@ app.use(express.errorHandler());
|
||||
app.get('/', homeController.index);
|
||||
app.get('/login', userController.getLogin);
|
||||
app.post('/login', userController.postLogin);
|
||||
app.get('/login/forgot', userController.getForgotPassword);
|
||||
app.post('/login/forgot', userController.postForgotPassword);
|
||||
app.get('/logout', userController.logout);
|
||||
app.get('/signup', userController.getSignup);
|
||||
app.post('/signup', userController.postSignup);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user