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:
parent
7d299bb2ad
commit
aaffd72032
@ -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; }
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user