temp disable of the rbac

This commit is contained in:
filipriec
2025-03-25 12:35:10 +01:00
parent 34dafcc23e
commit 195375c083

View File

@@ -2,8 +2,8 @@
pub mod jwt;
pub mod middleware;
pub mod rbac;
// TODO implement RBAC on all of the endpoints
// pub mod rbac;
pub use jwt::*;
pub use middleware::*;
pub use rbac::*;