fixed IpAddress matching Payload on Server
This commit is contained in:
@@ -60,7 +60,7 @@ struct MetricDto {
|
||||
#[derive(Deserialize)]
|
||||
struct IdResponse {
|
||||
id: i32,
|
||||
#[serde(rename = "ipAddress")]
|
||||
#[serde(rename = "IpAddress")]
|
||||
ip_address: String,
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user