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 5e04a25 commit 6256829Copy full SHA for 6256829
sentry/src/routes/routers.rs
@@ -143,8 +143,7 @@ pub fn channels_router_axum<C: Locked + 'static>() -> Router {
143
.route("/all", get(get_all_spender_limits_axum::<C>))
144
.layer(
145
// keeps the order from top to bottom!
146
- ServiceBuilder::new()
147
- .layer(middleware::from_fn(authentication_required::<C, _>)),
+ ServiceBuilder::new().layer(middleware::from_fn(authentication_required::<C, _>)),
148
);
149
150
let channel_routes = Router::new()
0 commit comments