We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee51006 commit 57342d0Copy full SHA for 57342d0
src/components/Medium/Medium.js
@@ -12,7 +12,7 @@ class Medium extends React.Component{
12
13
componentDidMount(){
14
const mediumURL = "https://medium.com/feed/codeuino";
15
- axios.get(`https://thingproxy.freeboard.io/fetch/${mediumURL}`)
+ axios.get(`https://api.codetabs.com/v1/proxy?quest=${mediumURL}`)
16
.then((res) => {
17
const data = res.data;
18
xml2js.parseString(data, (err, result) => {
0 commit comments