JungSeungHyun

correcterror2

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