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:
parent
e20a986401
commit
9caa7ff64d
@ -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()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user