mirror of
https://github.com/ppy/osu
synced 2025-01-10 08:09:40 +00:00
Use non-real domain
Co-Authored-By: peppy <pe@ppy.sh>
This commit is contained in:
parent
f0114d776d
commit
6aa3dc9f55
@ -18,7 +18,7 @@ namespace osu.Game.Online.API
|
||||
|
||||
public string ProvidedUsername => LocalUser.Value.Username;
|
||||
|
||||
public string Endpoint => "https://test.com";
|
||||
public string Endpoint => "http://localhost";
|
||||
|
||||
public APIState State => LocalUser.Value.Id == 1 ? APIState.Offline : APIState.Online;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user