1
0
mirror of https://gitlab.com/comunic/comunicapiv3 synced 2025-03-14 01:42:37 +00:00

10 lines
215 B
Rust
Raw Normal View History

2021-05-09 16:17:58 +02:00
//! # Admin controllers
//!
//! @author Pierre Hubert
2021-05-14 18:38:46 +02:00
pub mod admin_account_controller;
pub mod admin_keys_controller;
2021-07-12 17:18:06 +02:00
pub mod admin_logs_controller;
2023-05-31 19:10:05 +02:00
pub mod admin_roles_controller;
pub mod admin_users_controller;