Merge branch 'master' into ux-improvements
Conflicts: controllers/bonfire.js controllers/resources.js views/bonfire/show.jade
This commit is contained in:
2
app.js
2
app.js
@ -401,6 +401,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
|
||||
|
Reference in New Issue
Block a user