mirror of
https://github.com/ppy/osu.git
synced 2025-03-14 05:47:20 +08:00
Merge pull request #24669 from bdach/switch-to-new-score-download-endpoint
Switch download requests to new API endpoint
This commit is contained in:
commit
0131296394
@ -14,6 +14,6 @@ namespace osu.Game.Online.API.Requests
|
||||
|
||||
protected override string FileExtension => ".osr";
|
||||
|
||||
protected override string Target => $@"scores/{Model.Ruleset.ShortName}/{Model.OnlineID}/download";
|
||||
protected override string Target => $@"scores/{Model.OnlineID}/download";
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user