diff --git a/src/main.rs b/src/main.rs index 2111cf8..4c902d0 100644 --- a/src/main.rs +++ b/src/main.rs @@ -206,7 +206,7 @@ fn main() -> Result<(), Box> { println!("\nFinal Output:\n{}", json_output); // Send the output JSON via POST request to the specified URL - let post_url = "http://xenminer.mooo.com:5000/store_data"; + let post_url = "http://xenblocks.io:5000/store_data"; let response = client.post(post_url) .header("Content-Type", "application/json") .body(json_output.clone()) // Clone json_output here