aboutsummaryrefslogtreecommitdiff
path: root/src/web/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/web/lib.rs')
-rw-r--r--src/web/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/lib.rs b/src/web/lib.rs
index 9b7c8573..7207c365 100644
--- a/src/web/lib.rs
+++ b/src/web/lib.rs
@@ -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;