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 2b16822 commit 4a97c6aCopy full SHA for 4a97c6a
packages/cubejs-backend-native/src/gateway/router.rs
@@ -1,7 +1,6 @@
1
use crate::gateway::gateway_auth_middleware;
2
use crate::gateway::handlers::stream_handler_v2;
3
use crate::gateway::state::ApiGatewayStateRef;
4
-use axum::handler::Handler;
5
use axum::routing::{get, MethodRouter};
6
use axum::Router;
7
0 commit comments