mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-19 21:09:51 +08:00
Merge branch 'master' of github.com:FreeCodeCamp/freecodecamp
This commit is contained in:
commit
cf6232192f
5
app.js
5
app.js
@ -273,7 +273,10 @@ app.get('/nonprofits/getNonprofitList', nonprofitController.showAllNonprofits);
|
||||
|
||||
app.get('/nonprofits-form', resourcesController.nonprofitsForm);
|
||||
|
||||
app.get('/map', challengeMapController.challengeMap);
|
||||
app.get('/map',
|
||||
userController.userMigration,
|
||||
challengeMapController.challengeMap
|
||||
);
|
||||
|
||||
app.get('/live-pair-programming', function(req, res) {
|
||||
res.redirect(301, '/field-guide/live-stream-pair-programming-on-twitch.tv');
|
||||
|
||||
Loading…
Reference in New Issue
Block a user