mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Initial pass to make work with real API
This commit is contained in:
@ -5,9 +5,8 @@ using osu.Game.Online.API.Requests.Responses;
|
||||
|
||||
namespace osu.Game.Online.API.Requests
|
||||
{
|
||||
public class GetChangelogRequest : APIRequest<APIChangelogBuild[]>
|
||||
public class GetChangelogRequest : APIRequest<APIChangelogIndex>
|
||||
{
|
||||
protected override string Target => @"changelog";
|
||||
protected override string Uri => $@"https://houtarouoreki.github.io/fake-api/{Target}/index"; // for testing
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user