add trello and blogger apis back in

This commit is contained in:
Michael Q Larson
2015-03-27 23:30:06 -07:00
parent e915e74b8d
commit a1ffc88b58
2 changed files with 17 additions and 0 deletions

2
app.js
View File

@ -397,6 +397,8 @@ app.get('/account/api', userController.getAccountAngular);
*/
app.get('/api/github', resourcesController.githubCalls);
app.get('/api/blogger', resourcesController.bloggerCalls);
app.get('/api/trello', resourcesController.trelloCalls);
/**
* Bonfire related routes