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:19:36 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
bfe7fdd5c5f4ec3df5cf333726e9a60323a5786e
bfe7fdd5
1 parent
db9cd182
correcterror
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
package.json
src/controllers/userController.js
package.json
View file @
bfe7fdd
...
...
@@ -12,6 +12,7 @@
"author"
:
"Lee SeJin"
,
"license"
:
"MIT"
,
"dependencies"
:
{
"type"
:
"module"
,
"@babel/core"
:
"^7.14.0"
,
"@babel/node"
:
"^7.13.13"
,
"@babel/preset-env"
:
"^7.14.1"
,
...
...
src/controllers/userController.js
View file @
bfe7fdd
...
...
@@ -89,4 +89,9 @@ 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
...
...
Please
register
or
login
to post a comment