1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-23 07:39:53 +08:00

Merge pull request #18648 from peppy/update-spectator-endpoint

Update spectator/multiplayer endpoint in line with new deployment
This commit is contained in:
Salman Ahmed
2022-06-11 18:25:42 +03:00
committed by GitHub
Unverified
@@ -10,8 +10,8 @@ namespace osu.Game.Online
WebsiteRootUrl = APIEndpointUrl = @"https://osu.ppy.sh";
APIClientSecret = @"FGc9GAtyHzeQDshWP5Ah7dega8hJACAJpQtw6OXk";
APIClientID = "5";
SpectatorEndpointUrl = "https://spectator2.ppy.sh/spectator";
MultiplayerEndpointUrl = "https://spectator2.ppy.sh/multiplayer";
SpectatorEndpointUrl = "https://spectator.ppy.sh/spectator";
MultiplayerEndpointUrl = "https://spectator.ppy.sh/multiplayer";
}
}
}