Remove left-over network path references (#12446)

This commit is contained in:
Niels van Velzen
2024-09-07 19:22:31 +02:00
committed by GitHub
parent df00909b85
commit 675a8a9ec9
3 changed files with 1 additions and 38 deletions

View File

@@ -96,8 +96,6 @@ public class ServerConfiguration : BaseApplicationConfiguration
/// <value>The metadata path.</value>
public string MetadataPath { get; set; } = string.Empty;
public string MetadataNetworkPath { get; set; } = string.Empty;
/// <summary>
/// Gets or sets the preferred metadata language.
/// </summary>