Skip to content

Commit

Permalink
Updated tumblr blog url
Browse files Browse the repository at this point in the history
  • Loading branch information
sahat committed Apr 13, 2014
1 parent 8fc3899 commit 3981dd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ exports.getTumblr = function(req, res) {
token: token.accessToken,
token_secret: token.tokenSecret
});
client.posts('goddess-of-imaginary-light.tumblr.com', { type: 'photo' }, function(err, data) {
client.posts('withinthisnightmare.tumblr.com', { type: 'photo' }, function(err, data) {
res.render('api/tumblr', {
title: 'Tumblr API',
blog: data.blog,
Expand Down

0 comments on commit 3981dd7

Please sign in to comment.