JungSeungHyun

correcterror

......@@ -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",
......
......@@ -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
......