1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-14 05:47:20 +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
parent 7d299bb2ad
commit aaffd72032
No known key found for this signature in database

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; }
}
}