From 9db0542d6b6f0f77585e91f0d919c61bb7e158d6 Mon Sep 17 00:00:00 2001 From: ryzij Date: Wed, 8 Jul 2026 19:29:12 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=B8?= =?UTF-8?q?=D0=BB=20=D0=BC=D0=BE=D0=B4=D0=B8=D1=84=D0=B8=D0=BA=D0=B0=D1=82?= =?UTF-8?q?=D0=BE=D1=80=20=D0=B4=D0=BE=D1=81=D1=82=D1=83=D0=BF=D0=B0=20Pat?= =?UTF-8?q?h?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../MonitorPanel.DataAccess/Entities/ServerEntity.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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