fixed IpAddress matching Payload on Server

This commit is contained in:
2025-07-30 00:34:16 +02:00
parent 445e35c624
commit ccf2f46abd

View File

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