Merge pull request #21810 from peppy/api-switch

Use new lazer API endpoint
This commit is contained in:
Dean Herbert 2022-12-27 17:56:20 +08:00 committed by GitHub
commit 42c1d410b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ namespace osu.Game.Online
{ {
public ProductionEndpointConfiguration() public ProductionEndpointConfiguration()
{ {
WebsiteRootUrl = APIEndpointUrl = @"https://osu.ppy.sh"; WebsiteRootUrl = APIEndpointUrl = @"https://lazer.ppy.sh";
APIClientSecret = @"FGc9GAtyHzeQDshWP5Ah7dega8hJACAJpQtw6OXk"; APIClientSecret = @"FGc9GAtyHzeQDshWP5Ah7dega8hJACAJpQtw6OXk";
APIClientID = "5"; APIClientID = "5";
SpectatorEndpointUrl = "https://spectator.ppy.sh/spectator"; SpectatorEndpointUrl = "https://spectator.ppy.sh/spectator";