Skip to content

Commit 63d87e3

Browse files
authored
Update fetchRssData.js
1 parent 091d48b commit 63d87e3

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
@@ -3,7 +3,7 @@ import { model } from "./model/index.js";
33

44
export const fetchRssData = (link) => {
55
const proxyUrl = `https://allorigins.hexlet.app/raw?url=${encodeURIComponent(link)}&disableCache=true`;
6-
6+
console.log(proxyUrl.searchParams.get('url'));
77
return axios
88
.get(proxyUrl)
99
.then((response) => {

0 commit comments

Comments
 (0)