1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-19 05:57:19 +08:00

Remove debug endpoint

This commit is contained in:
Dean Herbert 2020-10-26 13:37:16 +09:00
parent e20a986401
commit 9caa7ff64d

View File

@ -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()
{