We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6c451b commit e5ff2dfCopy full SHA for e5ff2df
crates/wsrx/src/cli/serve.rs
@@ -81,7 +81,7 @@ fn build_router(secret: Option<String>) -> axum::Router {
81
Ok(next.run(req).await)
82
},
83
))
84
- .route("/traffic/*key", get(process_traffic).options(ping))
+ .route("/traffic/{*key}", get(process_traffic).options(ping))
85
.layer(
86
TraceLayer::new_for_http()
87
.make_span_with(|request: &Request<Body>| {
0 commit comments