diff --git a/osu.Game/Online/API/APIAccess.cs b/osu.Game/Online/API/APIAccess.cs index 032e5ccc6e..2f344e0bdf 100644 --- a/osu.Game/Online/API/APIAccess.cs +++ b/osu.Game/Online/API/APIAccess.cs @@ -20,7 +20,7 @@ namespace osu.Game.Online.API { private readonly OAuth authentication; - public string Endpoint = @"https://new.ppy.sh"; + public string Endpoint = @"https://osu.ppy.sh"; private const string client_id = @"5"; private const string client_secret = @"FGc9GAtyHzeQDshWP5Ah7dega8hJACAJpQtw6OXk";