1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-12 11:42:54 +08:00

Read from new location

This commit is contained in:
Dean Herbert 2024-03-25 13:19:12 +08:00
parent e9f15534ed
commit f0614928b1
No known key found for this signature in database

View File

@ -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")
{
}
}