Yulim KIM

modified

...@@ -45,7 +45,7 @@ exports.getUserSearch = async function(req, res){ ...@@ -45,7 +45,7 @@ exports.getUserSearch = async function(req, res){
45 45
46 46
47 47
48 -//인기있는 게시물(리트윗) 48 +//인기있는 게시물(리트윗)!
49 exports.getUserRetweet = async function(req, res){ 49 exports.getUserRetweet = async function(req, res){
50 try{ 50 try{
51 let retweetdata = client.get('statuses/user_timeline', req.params, function(error, tweets3, response) { 51 let retweetdata = client.get('statuses/user_timeline', req.params, function(error, tweets3, response) {
......