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:
@@ -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")
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user