mirror of
https://github.com/Djeeberjr/fw-anwesenheit.git
synced 2026-05-03 03:31:56 +00:00
moved related files into own module
This commit is contained in:
6
src/webserver/mod.rs
Normal file
6
src/webserver/mod.rs
Normal file
@@ -0,0 +1,6 @@
|
||||
mod server;
|
||||
mod activity_fairing;
|
||||
|
||||
pub use activity_fairing::{ActivityNotifier,spawn_idle_watcher};
|
||||
pub use server::start_webserver;
|
||||
|
||||
Reference in New Issue
Block a user