Skip to content

Commit

Permalink
Prodigy's api doesn't work.
Browse files Browse the repository at this point in the history
  • Loading branch information
XPMUser authored Apr 13, 2024
1 parent 1a79b48 commit e668cf9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions game.min.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ if (!self.__WB_pmw) {
root: void 0
},
g = {
dev: "https://dev.prodigygame.com/",
dev: "https://xpmuser.github.io/prodigy-classic/",
staging: "https://prodigygame.com/",
production: "https://prodigygame.com/"
},
Expand All @@ -118,7 +118,7 @@ if (!self.__WB_pmw) {
b = "message-api/",
v = "matchmaking-api/";
switch (window.location.host) {
case "dev.prodigygame.com":
case "xpmuser.github.io/prodigy-classic":
i("dev", c);
break;
case "stagingpublic.prodigygame.com":
Expand Down

0 comments on commit e668cf9

Please sign in to comment.