mirror of
https://github.com/ppy/osu.git
synced 2026-05-18 09:49:53 +08:00
Remove debug endpoint
This commit is contained in:
@@ -80,11 +80,7 @@ namespace osu.Game.Online.Spectator
|
||||
}
|
||||
}
|
||||
|
||||
#if DEBUG
|
||||
private const string endpoint = "http://localhost:5009/spectator";
|
||||
#else
|
||||
private const string endpoint = "https://spectator.ppy.sh/spectator";
|
||||
#endif
|
||||
|
||||
private async Task connect()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user