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 9e576bb commit da58efdCopy full SHA for da58efd
src/js/fetchRssData.js
@@ -1,7 +1,7 @@
1
import axios from "axios";
2
3
export const fetchRssData = (link) => {
4
- const proxyUrl = `https://allorigins.hexlet.app/raw?url=${encodeURIComponent(link)}`;
+ const proxyUrl = `https://allorigins.hexlet.app/raw?url=${encodeURIComponent(link)}&disableCache=true`;
5
6
return axios
7
.get(proxyUrl)
0 commit comments