Initial pass to make work with real API

This commit is contained in:
Dean Herbert
2019-05-13 16:24:32 +09:00
parent 31b72f168d
commit 219c590b8a
10 changed files with 44 additions and 33 deletions

View File

@ -17,6 +17,5 @@ namespace osu.Game.Online.API.Requests
}
protected override string Target => $@"changelog/{name}/{version}";
protected override string Uri => $@"https://houtarouoreki.github.io/fake-api/{Target}"; // for testing
}
}