Yulim KIM

modified

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