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