We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af9d446 commit da6b1dcCopy full SHA for da6b1dc
crates/stackable-webhook/src/lib.rs
@@ -124,7 +124,6 @@ impl WebhookServer {
124
// by the Axum project.
125
//
126
// See https://docs.rs/axum/latest/axum/middleware/index.html#applying-multiple-middleware
127
- // TODO (@NickLarsenNZ): keep this server_builder specific to tracing, since it's placement in the chain is important
128
let trace_service_builder = ServiceBuilder::new().layer(trace_layer);
129
130
// Create the root router and merge the provided router into it.
0 commit comments