Skip to content

Commit da58efd

Browse files
committed
disable cache
1 parent 9e576bb commit da58efd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/fetchRssData.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import axios from "axios";
22

33
export const fetchRssData = (link) => {
4-
const proxyUrl = `https://allorigins.hexlet.app/raw?url=${encodeURIComponent(link)}`;
4+
const proxyUrl = `https://allorigins.hexlet.app/raw?url=${encodeURIComponent(link)}&disableCache=true`;
55

66
return axios
77
.get(proxyUrl)

0 commit comments

Comments
 (0)