Merge pull request #767 from peppy/general-fixes

Update framework
This commit is contained in:
Dean Herbert 2017-05-16 21:42:56 +09:00 committed by GitHub
commit 8b6d0864f0
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 3111d1aa4f0d3aa1c0df03f8003b6c5c726b10d2
Subproject commit 67f39580365f7d0a42f8788eae2b60881dde1c67

View File

@ -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";