fixed IpAddress matching Payload on Server

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

View File

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