mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 06:42:54 +08:00
Update score retrieval endpoint to access new storage
This commit is contained in:
parent
966882013d
commit
688fcb256f
@ -35,7 +35,7 @@ namespace osu.Game.Online.API.Requests
|
||||
this.mods = mods ?? Array.Empty<IMod>();
|
||||
}
|
||||
|
||||
protected override string Target => $@"beatmaps/{beatmapInfo.OnlineID}/scores{createQueryParameters()}";
|
||||
protected override string Target => $@"beatmaps/{beatmapInfo.OnlineID}/solo-scores{createQueryParameters()}";
|
||||
|
||||
private string createQueryParameters()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user