Update streamingunity/streamingunity.js
Fetch and Save Remote Content / fetch (push) Has been cancelled
Fetch and Save Remote Content / fetch (push) Has been cancelled
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user