]> git.proxmox.com Git - proxmox-backup.git/blobdiff - src/api2/node/journal.rs
move acl to pbs_config workspaces, pbs_api_types cleanups
[proxmox-backup.git] / src / api2 / node / journal.rs
index c5a41bda4f1d821758d22b6188b99c9140be3f72..aa708a82a4dda84b2b177d24331d21e442adbd73 100644 (file)
@@ -6,8 +6,7 @@ use std::io::{BufRead,BufReader};
 
 use proxmox::api::{api, ApiMethod, Router, RpcEnvironment, Permission};
 
-use crate::api2::types::*;
-use crate::config::acl::PRIV_SYS_AUDIT;
+use pbs_api_types::{NODE_SCHEMA, PRIV_SYS_AUDIT};
 
 #[api(
     protected: true,