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