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