Add changelog listing

This commit is contained in:
HoutarouOreki
2018-07-22 05:28:43 +02:00
parent 8e7efafba3
commit 80808bddbf
4 changed files with 124 additions and 16 deletions

View File

@ -8,6 +8,6 @@ namespace osu.Game.Online.API.Requests
public class GetChangelogRequest : APIRequest<APIChangelog[]>
{
protected override string Target => @"changelog";
protected override string Uri => $@"https://houtarouoreki.github.io/fake-api/{Target}"; // for testing
protected override string Uri => $@"https://houtarouoreki.github.io/fake-api/{Target}/index"; // for testing
}
}