mirror of
https://github.com/osukey/osukey.git
synced 2025-05-25 23:47:30 +09:00
Merge pull request #21810 from peppy/api-switch
Use new lazer API endpoint
This commit is contained in:
commit
42c1d410b4
@ -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";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user