Toggle navigation
Toggle navigation
This project
Loading...
Sign in
이해님
/
term-project
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Yulim KIM
2020-12-07 21:25:15 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
647f2465d5db91ff88b86f1e4b1d8ba60e686e31
647f2465
1 parent
a19a0d30
modified
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
twitter-controller.js
twitter-controller.js
View file @
647f246
...
...
@@ -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
)
{
...
...
Please
register
or
login
to post a comment