This commit is contained in:
co63oc
2025-02-28 07:48:26 +01:00
committed by Yann Simon
parent 2a5189ed63
commit f9ba7776d9
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ async fn main() {
let app = Router::new()
.fallback_service(ServeDir::new(assets_dir).append_index_html_on_directories(true))
.route("/ws", any(ws_handler))
// logging so we can see whats going on
// logging so we can see what's going on
.layer(
TraceLayer::new_for_http()
.make_span_with(DefaultMakeSpan::default().include_headers(true)),