add logging to help debug windows problems
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user