diff options
Diffstat (limited to 'src/authorization/server.rs')
| -rw-r--r-- | src/authorization/server.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/authorization/server.rs b/src/authorization/server.rs index 8546e00f..ba933acd 100644 --- a/src/authorization/server.rs +++ b/src/authorization/server.rs @@ -1,5 +1,5 @@ use super::check_service::CheckService; -use crate::rpc::envoy::service::auth::v3::authorization_server::AuthorizationServer; +use envoy_types::pb::envoy::service::auth::v3::authorization_server::AuthorizationServer; use std::sync::Arc; pub struct Server { |
