ipAddress to IpAddress

This commit is contained in:
2025-07-30 00:33:28 +02:00
parent 0748f50f83
commit d771e4bf27

View File

@@ -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
}); });
} }