Skip to content

Commit

Permalink
tweak: replay file url
Browse files Browse the repository at this point in the history
  • Loading branch information
Bizzonium committed Aug 25, 2024
1 parent 44aedf3 commit a49c4f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ let querystring = new URLSearchParams(window.location.search);
if(querystring.has("demo_url")) {
_url = querystring.get("demo_url");
} else if(querystring.has("roundid")) {
_url = `https://yogstation.net/rounds/${querystring.get("roundid")}/replay`;
_url = `https://logis-dev.ss220.space/in/logis/api/replay/ParadiseMain/${querystring.get("roundid")}`;
}
const url = _url;

Expand Down

0 comments on commit a49c4f4

Please sign in to comment.