temp disable of the rbac
This commit is contained in:
@@ -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::*;
|
||||
|
||||
Reference in New Issue
Block a user