Update streamingunity/streamingunity.js
Fetch and Save Remote Content / fetch (push) Has been cancelled

This commit is contained in:
sobet
2026-05-05 14:10:20 +00:00
parent b9472ac7a2
commit db7958ff83
+3 -2
View File
@@ -1,6 +1,7 @@
async function getLandingWebsiteHref() { async function getLandingWebsiteHref() {
var response = await soraFetch("https://previtera.vercel.app/"); // update the link here if the old one doesn't work anymore
var href = await response.text(); // don't set 'https://' or the final "/" since it will be added by the code
var href = "streamingcommunityz.bargains";
return href; return href;
} }