Skip to content

Commit

Permalink
Axum 0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
keesverruijt committed Jan 13, 2025
1 parent f7b569b commit 55d50d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/web.rs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ impl Web {
.route(&format!("{}{}", SPOKES_URI, "{key}"), get(spokes_handler))
.route(&format!("{}{}", CONTROL_URI, "{key}"), get(control_handler))
.nest_service("/proto", proto_assets)
.nest_service("/", serve_assets)
.fallback_service(serve_assets)
.with_state(self)
.into_make_service_with_connect_info::<SocketAddr>();

Expand Down

0 comments on commit 55d50d0

Please sign in to comment.