diff --git a/src/main.rs b/src/main.rs index 3a8e12a..9cef534 100644 --- a/src/main.rs +++ b/src/main.rs @@ -2,7 +2,7 @@ mod server; mod model; mod routes; -mod errors; +pub mod errors; mod config; #[cfg(feature = "cli")]