1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-15 09:42:54 +08:00

Update production endpoint to new version

This commit is contained in:
Dean Herbert 2022-05-01 13:01:38 +09:00
parent 9fb10ca852
commit 5c13200c75

View File

@ -10,8 +10,8 @@ namespace osu.Game.Online
WebsiteRootUrl = APIEndpointUrl = @"https://osu.ppy.sh"; WebsiteRootUrl = APIEndpointUrl = @"https://osu.ppy.sh";
APIClientSecret = @"FGc9GAtyHzeQDshWP5Ah7dega8hJACAJpQtw6OXk"; APIClientSecret = @"FGc9GAtyHzeQDshWP5Ah7dega8hJACAJpQtw6OXk";
APIClientID = "5"; APIClientID = "5";
SpectatorEndpointUrl = "https://spectator.ppy.sh/spectator"; SpectatorEndpointUrl = "https://spectator2.ppy.sh/spectator";
MultiplayerEndpointUrl = "https://spectator.ppy.sh/multiplayer"; MultiplayerEndpointUrl = "https://spectator2.ppy.sh/multiplayer";
} }
} }
} }