1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-08 05:03:38 +08:00

Read from new location

This commit is contained in:
Dean Herbert
2024-03-25 13:19:12 +08:00
Unverified
parent e9f15534ed
commit f0614928b1
@@ -8,7 +8,7 @@ namespace osu.Game.Online.API.Requests
public class GetMenuContentRequest : OsuJsonWebRequest<APIMenuContent>
{
public GetMenuContentRequest()
: base(@"https://assets.ppy.sh/lazer-status.json")
: base(@"https://assets.ppy.sh/menu-content.json")
{
}
}