diff --git a/Backend/MonitorPanel/MonitorPanel.DataAccess/Entities/ServerEntity.cs b/Backend/MonitorPanel/MonitorPanel.DataAccess/Entities/ServerEntity.cs index cb41b54..5eada2d 100644 --- a/Backend/MonitorPanel/MonitorPanel.DataAccess/Entities/ServerEntity.cs +++ b/Backend/MonitorPanel/MonitorPanel.DataAccess/Entities/ServerEntity.cs @@ -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; } } \ No newline at end of file