mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Fix slightly incorrect solo score submission routes
This commit is contained in:
@ -27,6 +27,6 @@ namespace osu.Game.Online.Solo
|
||||
return req;
|
||||
}
|
||||
|
||||
protected override string Target => $@"solo/{beatmapId}/scores";
|
||||
protected override string Target => $@"beatmaps/{beatmapId}/solo/scores";
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user