Added template, route and barebone controller for Tumblr api

This commit is contained in:
Sahat Yalkabov
2013-11-23 15:01:17 -05:00
parent ddda818e69
commit cbe55a79e9
4 changed files with 25 additions and 1 deletions

View File

@ -42,6 +42,15 @@ exports.foursquare = function(req, res) {
};
exports.tumblr = function(req, res) {
res.render('api/tumblr', {
title: 'Tumblr API',
user: req.user
});
};
/**
* GET /auth/foursquare
* Display Foursquare authentication screen