diff --git a/public/js/home.js b/public/js/home.js index 26420d8..b73cc27 100644 --- a/public/js/home.js +++ b/public/js/home.js @@ -63,8 +63,7 @@ function fetchFeed(url) { JSON.parse(localStorage.getItem(url)).expire < Date.now() ) { const response = await fetch( - "https://us-central1-awesomerssfeedreader.cloudfunctions.net/getFeed?url=" + - url + "/api/fetchFeed?url=" + encodeURIComponent(url) ); responseText = await response.text(); if (!response.ok || !responseText.startsWith("