improve get help and add find a pair

This commit is contained in:
Quincy Larson
2015-05-23 00:53:41 -07:00
parent f90b96e28c
commit a3ab32f339
5 changed files with 47 additions and 10 deletions

1
app.js
View File

@@ -228,6 +228,7 @@ app.get('/nonprofit-project-instructions', function(req, res) {
app.post('/get-help', resourcesController.getHelp);
app.post('/get-pair', resourcesController.getPair);
app.get('/chat', resourcesController.chat);