Make all HTTP services optionnal

This commit is contained in:
Alex Auvolat
2022-09-07 17:54:16 +02:00
parent 28d86e7602
commit 2559f63e9b
7 changed files with 299 additions and 273 deletions
+1 -1
View File
@@ -6,4 +6,4 @@ mod error;
pub use error::Error;
mod web_server;
pub use web_server::run_web_server;
pub use web_server::WebServer;