Skip to content
This repository has been archived by the owner on May 19, 2021. It is now read-only.

Commit

Permalink
[refactor] update scraping proxy cors server
Browse files Browse the repository at this point in the history
  • Loading branch information
cedoor committed Mar 21, 2019
1 parent 1c3614c commit c4de772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scraping/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ function getHTML (url) {

http.onerror = reject

http.open('GET', `https://cors-anywhere.herokuapp.com/${url}`, true)
http.open('GET', `https://cors.cedoor.org/${url}`, true)
http.send()
})
}
Expand Down

0 comments on commit c4de772

Please sign in to comment.