fixed IpAddress matching Payload on Server

This commit is contained in:
2025-07-30 00:54:28 +02:00
parent 5d99d33433
commit 48371defb5

View File

@@ -60,7 +60,7 @@ struct MetricDto {
#[derive(Deserialize)] #[derive(Deserialize)]
struct IdResponse { struct IdResponse {
id: i32, id: i32,
#[serde(rename = "IpAddress")] #[serde(rename = "ipAddress")]
ip_address: String, ip_address: String,
} }