Skip to content

Commit

Permalink
censoring aub ALSO WHY DOES THIS WORK BRUH IT SHOULDNT
Browse files Browse the repository at this point in the history
  • Loading branch information
QuiteAFancyEmerald committed Jul 10, 2024
1 parent 12ed47a commit 3f02712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/assets/js/register-sw.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ async function registerSW() {
await navigator.serviceWorker.register(stockSW);

let wispUrl = (location.protocol === "https:" ? "wss" : "ws") + "://" + location.host + "/wisp/";
await BareMux.SetTransport("EpxMod.EpoxyClient", { wisp: wispUrl });
await BareMux.SetTransport("EpxMod.default", { wisp: wispUrl });
}

registerSW();

0 comments on commit 3f02712

Please sign in to comment.