call back again

This commit is contained in:
Shautvast 2025-10-08 17:04:08 +02:00
parent e0a5eb7f7f
commit 83951140e6

View file

@ -123,8 +123,8 @@ async fn report(message: &str) -> axum::response::Result<(), ErrorResponse> {
let form = reqwest::multipart::Form::new() let form = reqwest::multipart::Form::new()
.text("token", PUSHOVER_API_KEY.to_string()) .text("token", PUSHOVER_API_KEY.to_string())
.text("user", PUSHOVER_USER_ID.to_string()) .text("user", PUSHOVER_USER_ID.to_string())
.text("message", message.to_string()); .text("message", message.to_string())
// .text("url", CALL_HOME.to_string()); .text("url", CALL_HOME.to_string());
let client = reqwest::Client::new(); let client = reqwest::Client::new();
let _ = client let _ = client