SmallRefactor: {APIPath} -> {APIPathModel}
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user