Improve fake-api

This commit is contained in:
HoutarouOreki
2018-07-20 18:23:25 +02:00
parent c50c946b35
commit b049ffa11d
5 changed files with 18 additions and 31 deletions

View File

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