]> git.proxmox.com Git - proxmox-backup.git/blobdiff - src/api_schema.rs
api/compat: drop more compat imports from api_schema.rs
[proxmox-backup.git] / src / api_schema.rs
index 571fa29c27e6513f4695bed3909fd826860dd420..9d6d7606be3e516e2e9fa2acb7b98be227b64e08 100644 (file)
@@ -21,8 +21,3 @@ pub mod format;
 
 pub use proxmox::api::schema::*;
 pub use proxmox::api::*;
-
-pub mod router {
-    pub use super::{ApiHandler, ApiMethod, HttpError, RpcEnvironment, RpcEnvironmentType};
-    pub use proxmox::api::router::*;
-}