mirror of
https://github.com/house-of-vanity/OutFleet.git
synced 2025-12-18 02:07:52 +00:00
Added usermanagement in TG admin
This commit is contained in:
@@ -1,23 +1,23 @@
|
||||
pub mod user;
|
||||
pub mod certificate;
|
||||
pub mod dns_provider;
|
||||
pub mod inbound_template;
|
||||
pub mod inbound_users;
|
||||
pub mod server;
|
||||
pub mod server_inbound;
|
||||
pub mod user_access;
|
||||
pub mod inbound_users;
|
||||
pub mod telegram_config;
|
||||
pub mod user;
|
||||
pub mod user_access;
|
||||
pub mod user_request;
|
||||
|
||||
pub mod prelude {
|
||||
pub use super::user::Entity as User;
|
||||
pub use super::certificate::Entity as Certificate;
|
||||
pub use super::dns_provider::Entity as DnsProvider;
|
||||
pub use super::inbound_template::Entity as InboundTemplate;
|
||||
pub use super::inbound_users::Entity as InboundUsers;
|
||||
pub use super::server::Entity as Server;
|
||||
pub use super::server_inbound::Entity as ServerInbound;
|
||||
pub use super::user_access::Entity as UserAccess;
|
||||
pub use super::inbound_users::Entity as InboundUsers;
|
||||
pub use super::telegram_config::Entity as TelegramConfig;
|
||||
pub use super::user::Entity as User;
|
||||
pub use super::user_access::Entity as UserAccess;
|
||||
pub use super::user_request::Entity as UserRequest;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user