Toggle navigation
Toggle navigation
This project
Loading...
Sign in
이세진
/
dev-profile
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
10
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
JungSeungHyun
2021-05-25 22:49:01 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
3df7c656febaa1be7c795ae120426eedb356eee0
3df7c656
1 parent
bfe7fdd5
correcterror2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
6 deletions
src/controllers/userController.js
src/controllers/userController.js
View file @
3df7c65
...
...
@@ -89,9 +89,4 @@ const getRepos = async(req,res) =>{
const
secondRepoName
=
latelyRepos
.[
1
].
name
;
const
firstRepoUrl
=
latelyRepos
.[
0
].
html_url
;
const
secondRepoUrl
=
latelyRepos
.[
1
].
html_url
;
}
const
getGHcontribution
=
async
(
req
,
res
)
=>
{
const
url
=
api
.
github
.
com
/
repos
/
jshbest00
/
2020105657
/
commits
;
console
.
log
(
url
);
}
\ No newline at end of file
};
\ No newline at end of file
...
...
Please
register
or
login
to post a comment