Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -18,7 +18,7 @@ const url_jazz = "https://www.melon.com/genre/jazz_list.htm?gnrCode=GN1700#param | ... | @@ -18,7 +18,7 @@ const url_jazz = "https://www.melon.com/genre/jazz_list.htm?gnrCode=GN1700#param |
18 | 18 | ||
19 | const getHTML = async() => { | 19 | const getHTML = async() => { |
20 | try{ | 20 | try{ |
21 | - return await axios.get(url_hiphop_us) | 21 | + return await axios.get(url_hiphop_kr) |
22 | }catch(err) { | 22 | }catch(err) { |
23 | console.log(err); | 23 | console.log(err); |
24 | } | 24 | } | ... | ... |
-
Please register or login to post a comment