mirror of
https://github.com/ryzij/ServerMonitor.git
synced 2026-07-14 11:56:56 +00:00
Исправил модификатор доступа Path
This commit is contained in:
@@ -8,7 +8,7 @@ public class ServerEntity
|
||||
public bool IsHttps { get; set; }
|
||||
[Required]
|
||||
public string Address { get; set; } = null!;
|
||||
string? Path { get; set; }
|
||||
public string? Path { get; set; }
|
||||
[Required]
|
||||
public int Port { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user