강희주

Add some genres url

......@@ -18,7 +18,7 @@ const url_jazz = "https://www.melon.com/genre/jazz_list.htm?gnrCode=GN1700#param
const getHTML = async() => {
try{
return await axios.get(url_hiphop_us)
return await axios.get(url_hiphop_kr)
}catch(err) {
console.log(err);
}
......