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 091d48b commit 63d87e3Copy full SHA for 63d87e3
src/js/fetchRssData.js
@@ -3,7 +3,7 @@ import { model } from "./model/index.js";
3
4
export const fetchRssData = (link) => {
5
const proxyUrl = `https://allorigins.hexlet.app/raw?url=${encodeURIComponent(link)}&disableCache=true`;
6
-
+ console.log(proxyUrl.searchParams.get('url'));
7
return axios
8
.get(proxyUrl)
9
.then((response) => {
0 commit comments