add logging to help debug windows problems

This commit is contained in:
2025-08-20 15:47:28 -07:00
parent 5f10e34341
commit 923a3872fe
2 changed files with 5 additions and 4 deletions
+1
View File
@@ -49,6 +49,7 @@ async fn main() -> anyhow::Result<()> {
// Web app: route /ws to the websocket handler
async fn healthz() -> StatusCode {
println!("/healthz request");
StatusCode::OK
}
let app = Router::new()