1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-21 04:19:53 +08:00

Simplify naming of endpoints

This commit is contained in:
Dean Herbert
2025-02-07 17:33:32 +09:00
Unverified
parent 5e74d82fc1
commit 41c8f64806
35 changed files with 78 additions and 78 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ namespace osu.Game.Online.API
protected virtual WebRequest CreateWebRequest() => new OsuWebRequest(Uri);
protected virtual string Uri => $@"{API!.EndpointConfiguration.APIEndpointUrl}/api/v2/{Target}";
protected virtual string Uri => $@"{API!.Endpoints.APIUrl}/api/v2/{Target}";
protected IAPIProvider? API;