Add initial I need help button and slack webhook integration

This commit is contained in:
terakilobyte
2015-05-23 02:26:29 -04:00
parent 732f2104fd
commit b626c811d0
8 changed files with 104 additions and 54 deletions

3
app.js
View File

@@ -226,6 +226,9 @@ app.get('/nonprofit-project-instructions', function(req, res) {
res.redirect(301, '/field-guide/how-do-free-code-camp\'s-nonprofit-projects-work');
});
app.post('/get-help', resourcesController.getHelp);
app.get('/chat', resourcesController.chat);
app.get('/twitch', resourcesController.twitch);