mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 02:02:53 +08:00
Merge pull request #24718 from bdach/spectator-dev-endpoint-update
Update spectator server development endpoint URLs
This commit is contained in:
commit
611933a029
@ -10,9 +10,9 @@ namespace osu.Game.Online
|
|||||||
WebsiteRootUrl = APIEndpointUrl = @"https://dev.ppy.sh";
|
WebsiteRootUrl = APIEndpointUrl = @"https://dev.ppy.sh";
|
||||||
APIClientSecret = @"3LP2mhUrV89xxzD1YKNndXHEhWWCRLPNKioZ9ymT";
|
APIClientSecret = @"3LP2mhUrV89xxzD1YKNndXHEhWWCRLPNKioZ9ymT";
|
||||||
APIClientID = "5";
|
APIClientID = "5";
|
||||||
SpectatorEndpointUrl = $"{APIEndpointUrl}/spectator";
|
SpectatorEndpointUrl = $@"{APIEndpointUrl}/signalr/spectator";
|
||||||
MultiplayerEndpointUrl = $"{APIEndpointUrl}/multiplayer";
|
MultiplayerEndpointUrl = $@"{APIEndpointUrl}/signalr/multiplayer";
|
||||||
MetadataEndpointUrl = $"{APIEndpointUrl}/metadata";
|
MetadataEndpointUrl = $@"{APIEndpointUrl}/signalr/metadata";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user