Skip to content

Commit 57342d0

Browse files
committed
medium CORS solution
1 parent ee51006 commit 57342d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Medium/Medium.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class Medium extends React.Component{
1212

1313
componentDidMount(){
1414
const mediumURL = "https://medium.com/feed/codeuino";
15-
axios.get(`https://thingproxy.freeboard.io/fetch/${mediumURL}`)
15+
axios.get(`https://api.codetabs.com/v1/proxy?quest=${mediumURL}`)
1616
.then((res) => {
1717
const data = res.data;
1818
xml2js.parseString(data, (err, result) => {

0 commit comments

Comments
 (0)