mirror of
https://github.com/house-of-vanity/OutFleet.git
synced 2025-12-18 10:17:54 +00:00
init rust. WIP: tls for inbounds
This commit is contained in:
9
src/web/handlers/mod.rs
Normal file
9
src/web/handlers/mod.rs
Normal file
@@ -0,0 +1,9 @@
|
||||
pub mod users;
|
||||
pub mod servers;
|
||||
pub mod certificates;
|
||||
pub mod templates;
|
||||
|
||||
pub use users::*;
|
||||
pub use servers::*;
|
||||
pub use certificates::*;
|
||||
pub use templates::*;
|
||||
Reference in New Issue
Block a user