Added API endpoint for twitter calls to use in codepen. NOTE added tokens to env file

This commit is contained in:
A. Drake
2015-04-29 08:00:57 -04:00
parent 81ccadc106
commit ffa2404993
4 changed files with 32 additions and 2 deletions

2
app.js
View File

@@ -528,6 +528,8 @@ app.get('/api/blogger', resourcesController.bloggerCalls);
app.get('/api/trello', resourcesController.trelloCalls);
app.get('/api/codepen/twitter', resourcesController.codepenResources.twitter);
/**
* Bonfire related routes
*/