diff --git a/AIParkingApplication/ApiController.cs b/AIParkingApplication/ApiController.cs index fd1e172..11015a9 100644 --- a/AIParkingApplication/ApiController.cs +++ b/AIParkingApplication/ApiController.cs @@ -333,7 +333,7 @@ namespace AIParkingApplication public bool IsSaveSystemLogs { get; set; } [JsonProperty("api")] - public APIPath APIPath { get; set; } + public APIPathModel APIPath { get; set; } [JsonProperty("camera1")] public CameraData CameraData1 { get; set; } @@ -371,7 +371,7 @@ namespace AIParkingApplication } - public class APIPath + public class APIPathModel { [JsonProperty("apiStatistics")] public APIProperties ApiStatistics { get; set; }