From 3981dd7b1978928b00b709a32178c432099ba7fd Mon Sep 17 00:00:00 2001 From: Sahat Yalkabov Date: Sun, 13 Apr 2014 19:26:17 -0400 Subject: [PATCH] Updated tumblr blog url --- controllers/api.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/api.js b/controllers/api.js index 71bca54b8f..65642c63a9 100644 --- a/controllers/api.js +++ b/controllers/api.js @@ -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,