added report id in returned reports, and added a get-per-id route

This commit is contained in:
2026-03-26 21:18:30 +01:00
parent 9e6eab77e2
commit d973d362f8
2 changed files with 40 additions and 9 deletions

View File

@@ -207,7 +207,8 @@ fn send_to_server(url: &str, report: &FullReport) {
eprintln!(
"{} Error sending to server: {}",
"Error:".red(),
resp.status()
resp.status(),
// resp.text().unwrap_or_default()
);
}
}