ipAddress to IpAddress
This commit is contained in:
@@ -146,7 +146,7 @@ public class MonitoringController : Controller
|
|||||||
return Ok(new
|
return Ok(new
|
||||||
{
|
{
|
||||||
id = server.Id,
|
id = server.Id,
|
||||||
ipAddress = server.IPAddress
|
IpAddress = server.IPAddress
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user