mirror of
https://github.com/ppy/osu.git
synced 2024-11-08 10:47:24 +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:
commit
6ad6704fac
@ -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://spectator2.ppy.sh/spectator";
|
SpectatorEndpointUrl = "https://spectator.ppy.sh/spectator";
|
||||||
MultiplayerEndpointUrl = "https://spectator2.ppy.sh/multiplayer";
|
MultiplayerEndpointUrl = "https://spectator.ppy.sh/multiplayer";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user