1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-05 23:14:47 +08:00

Add beatmap submission service URL to endpoint configuration

This commit is contained in:
Bartłomiej Dach
2025-02-05 11:48:07 +01:00
Unverified
parent 7d299bb2ad
commit aaffd72032
+5
View File
@@ -42,5 +42,10 @@ namespace osu.Game.Online
/// The endpoint for the SignalR metadata server.
/// </summary>
public string MetadataEndpointUrl { get; set; } = string.Empty;
/// <summary>
/// The root URL for the service handling beatmap submission. Does not include a trailing slash.
/// </summary>
public string? BeatmapSubmissionServiceUrl { get; set; }
}
}